Hoe het werkt
Een XML-bestand met de naam EMSStrings.xml wordt gebruikt om EMS-dialoogvensters aan te passen. Het bestand moet in de C:\Windows\System32 worden geplaatst om de aanpassingen toe te passen. Op elk apparaat dat vanaf een computer wordt ingericht met aangepaste dialoogvensters, wordt het EMSStrings.xml bestand aan _Encryption_Data_Do_Not_Delete_ bestand toegevoegd, zodat de aanpassingen met het apparaat meereizen.
De aanpassingen worden in de volgende volgorde toegepast:
Wanneer wordt het XML-bestand bijgewerkt op het apparaat?
Telkens wanneer een apparaat wordt geverifieerd en de eigenaar is aangemeld, wordt het XML-bestand bijgewerkt met het bestand in C:\Windows\System32.
Als het XML-bestand wordt bijgewerkt, wanneer wordt de wijziging dan toegepast?
Zodra het bestand in C:\Windows\System32 is bewerkt, is de nieuwe tekst van toepassing wanneer een apparaat de volgende keer wordt ingevoegd. Onthoud dat als een versleuteld apparaat nog steeds het oudere XML-bestand heeft, we dat gebruiken, maar uiteindelijk wordt het XML-bestand in het apparaat bijgewerkt.
Is de EE-server of VE-server erbij betrokken?
Nee, de EE Server of VE Server levert het XML-bestand niet. Het XML-bestand kan naar de clientcomputer worden gepusht met behulp van elke push-technologie die beschikbaar is voor uw organisatie.
Wat is de indeling van het XML-bestand?
Versie-element
Het versie-element definieert de clientversie. Het versie-element wordt alleen gebruikt voor logboekregistratie.
<version> <cmgClient>8.x.x</cmgClient> <customStrings>1.0</customStrings> </version>
Een taalset bestaat uit dialoogaanpassingen voor een specifieke taal.
<languageSet languageId="0x00"></languageSet>
De languageId definieert de primaire doeltaal zoals gedefinieerd door Windows. In dit geval definieert 0x00 de standaardtaalset . Als de huidige MUI-taal van de gebruiker wordt gevonden, gebruiken we die. Zo niet, dan gebruiken we de standaardtaal (0x00).
De volgende taal-ID's zijn beschikbaar:
LANG_NEUTRAL 0x00 LANG_ARMENIAN 0x2b LANG_BELARUSIAN 0x23 LANG_CHINESE 0x04 LANG_DIVEHI 0x65 LANG_FAEROESE 0x38 LANG_GALICIAN 0x56 LANG_GUJARATI 0x47 LANG_ICELANDIC 0x0f LANG_KANNADA 0x4b LANG_KOREAN 0x12 LANG_MACEDONIAN 0x2f LANG_MARATHI 0x4e LANG_ORIYA 0x48 LANG_ROMANIAN 0x18 LANG_SINDHI 0x59 LANG_SWAHILI 0x41 LANG_TATAR 0x44 LANG_UKRAINIAN 0x22 |
LANG_AFRIKAANS 0x36 LANG_ASSAMESE 0x4d LANG_BENGALI 0x45 LANG_CROATIAN 0x1a LANG_DUTCH 0x13 LANG_FARSI 0x29 LANG_GEORGIAN 0x37 LANG_HEBREW 0x0d LANG_INDONESIAN 0x21 LANG_KASHMIRI 0x60 LANG_KYRGYZ 0x40 LANG_MALAY 0x3e LANG_MONGOLIAN 0x50 LANG_POLISH 0x15 LANG_RUSSIAN 0x19 LANG_SLOVAK 0x1b LANG_SWEDISH 0x1d LANG_TELUGU 0x4a LANG_URDU 0x20 |
LANG_ALBANIAN 0x1c LANG_AZERI 0x2c LANG_BULGARIAN 0x02 LANG_CZECH 0x05 LANG_ENGLISH 0x09 LANG_FINNISH 0x0b LANG_GERMAN 0x07 LANG_HINDI 0x39 LANG_ITALIAN 0x10 LANG_KAZAK 0x3f LANG_LATVIAN 0x26 LANG_MALAYALAM 0x4c LANG_NEPALI 0x61 LANG_PORTUGUESE 0x16 LANG_SANSKRIT 0x4f LANG_SLOVENIAN 0x24 LANG_SYRIAC 0x5a LANG_THAI 0x1e LANG_UZBEK 0x43 |
LANG_ARABIC 0x01 LANG_BASQUE 0x2d LANG_CATALAN 0x03 LANG_DANISH 0x06 LANG_ESTONIAN 0x25 LANG_FRENCH 0x0c LANG_GREEK 0x08 LANG_HUNGARIAN 0x0e LANG_JAPANESE 0x11 LANG_KONKANI 0x57 LANG_LITHUANIAN 0x27 LANG_MANIPURI 0x58 LANG_NORWEGIAN 0x14 LANG_PUNJABI 0x46 LANG_SERBIAN 0x1a LANG_SPANISH 0x0a LANG_TAMIL 0x49 LANG_TURKISH 0x1f LANG_VIETNAMESE 0x2a |
Het dialoog-XML-element wordt gebruikt om een dialoogvenster aan te passen. Hieronder ziet u een voorbeeld van een eenvoudig item voor het aanpassen van dialoogvensters:
<dialog id="A-1"> <message>Ask to Shield unprotected media.[EndState: ALL]</message> </dialog>
Voor elk element voor het aanpassen van dialogen is een id-attribuut vereist dat bepaalt welk dialoogvenster wordt aangepast. De onderstaande tabel met schermafbeeldingen definieert de dialoog-ID's.
Sommige dialoogvensters ondersteunen het endState-attribuut . Dit kenmerk kan worden gebruikt om verschillende aanpassingen voor een bepaald dialoogvenster te bieden, afhankelijk van de resulterende eindstatus van het apparaat als de gebruiker het proces niet voortzet. Het A-1-dialoogvenster kan bijvoorbeeld drie verschillende vermeldingen bevatten, één voor elke eindstatus:
<dialog id="A-1" endState="blocked"> <message>Ask to Shield unprotected media.[EndState: BLOCKED]</message> <link url="https:\\www.dell.com">Link to more info about encryption or being blocked...</link> </dialog> <dialog id="A-1" endState="readonly"> <message>Ask to Shield unprotected media.[EndState: READ-ONLY]</message> </dialog> <dialog id="A-1" endState="fullaccess"> <message>Ask to Shield unprotected media.[EndState: FULL ACCESS]</message> </dialog>
Het berichtelement wordt gebruikt om het primaire bericht voor het dialoogvenster aan te passen.
Het koppelingselement ondersteunt alleen de A-? dialogen, dit maakt het mogelijk om een URL-link aan het dialoogvenster toe te voegen. Het heeft de volgende vorm:
<link url="https:\\www.dell.com">Link to more info about encryption or the end state...</link>
Waarbij het url-attribuut de link specificeert en de interne tekst het klikbare bericht specificeert dat moet worden weergegeven.
Het iForgot element ondersteunt alleen de dialoogvensters C-1 en C-2 , het specificeert het bericht dat wordt weergegeven als de gebruiker op de knop Ik vergeten drukt.
Het fusWarning-element ondersteunt alleen de dialoogvensters C-1 en C-2 , het wordt weergegeven als een gebruiker een apparaat probeert te verifiëren wanneer meerdere gebruikers zijn ingelogd op een werkstation. Dit element maakt duidelijk dat er een veiligheidsrisico is.
Het cancelWarning-element ondersteunt alleen het F-1-dialoogvenster , het specificeert het bericht dat wordt weergegeven als de gebruiker handmatige authenticatie annuleert.
Dialoog-ID | Schermafbeelding | Beschrijvingen | Ondersteunde aanpassing | ||
---|---|---|---|---|---|
Geblokkeerd | Alleen-lezen toegang | Volledige toegang | |||
A-1 | Vraag om onbeveiligde media af te schermen. Als de gebruiker op Nee klikt, wordt het apparaat niet-afgeschermd gelaten en is de toegang afhankelijk van het beleid Toegang tot niet-afgeschermde media . | endState-bericht | |||
A-2 | Als een apparaat is afgeschermd door een pre-5.3 EMS, wordt in dit dialoogvenster gevraagd of de gebruiker wil upgraden naar EMS. Dit bericht wordt alleen weergegeven als het apparaat kan worden geüpgraded met de huidige gebruikers/machine-combinatie volgens de nieuwe roamingregels. | endState-bericht | |||
A-3 | Dit dialoogvenster wordt weergegeven wanneer het belangrijkste materiaal in het apparaat moet worden hersteld. Het kan zijn dat het is verwijderd vanwege een mislukte handmatige verificatie, gebruikersmanipulatie of schade aan het apparaat. Een wijziging in het beleid waarbij het belangrijkste materiaal moet worden gereset, activeert ook dit mechanisme. | endState-berichtkoppeling | |||
B-1 | Dit dialoogvenster wordt weergegeven wanneer een apparaat is afgeschermd of hersteld. | endState-bericht | |||
B-2 | Wordt weergegeven nadat de gebruiker een wachtwoord heeft ingevoerd dat niet voldoet aan de beperkingen die door de beheerder zijn ingesteld. | endState-bericht | |||
B-3 | Het dialoogvenster wordt weergegeven wanneer het wachtwoord van het apparaat opnieuw moet worden ingesteld, meestal als gevolg van een handmatige verificatie. In dit geval laat een Annuleren het apparaat in een beleidsgestuurde status achter. | endState-bericht | |||
B-4 | Het dialoogvenster voor het opnieuw instellen van het wachtwoord opnieuw weergeven wanneer het opgegeven wachtwoord niet voldoet aan de wachtwoordbeperkingen. | endState-bericht | |||
B-5 | Geef het dialoogvenster voor het opnieuw instellen van het wachtwoord opnieuw weer nadat u hebt ingesteld dat het nieuwe wachtwoord hetzelfde is als het vorige wachtwoord. | Bericht | |||
C-1 | Vraag de gebruiker om het wachtwoord van het apparaat voor wachtwoordverificatie wanneer automatische verificatie niet mogelijk is. | endState-bericht iForgot fusWarning | |||
C-2 | Als het wachtwoord voor authenticatie onjuist was, vragen we de gebruiker om het wachtwoord opnieuw in te voeren. | endState-bericht iForgot fusWarning | |||
D-1 | Het dialoogvenster Afgeschermd medium dat wordt weergegeven wanneer er wordt geveegd en het systeemvakpictogram wordt weergegeven. | Ja | |||
D-2 | Het dialoogvenster Afgeschermd medium dat wordt weergegeven wanneer vegen is uitgeschakeld. | Ja | |||
1 | Wordt weergegeven wanneer de gebruiker vraagt om het bestaande apparaatwachtwoord te wijzigen nadat een apparaat is geverifieerd. | Ja | |||
E2 | Het dialoogvenster voor wachtwoordwijziging wordt opnieuw weergegeven wanneer het wijzigen van het wachtwoord mislukt, waarschijnlijk vanwege een onjuist huidig wachtwoord. | Ja | |||
3 | Het dialoogvenster voor wachtwoordwijziging wordt opnieuw weergegeven wanneer het nieuwe wachtwoord niet voldoet aan de beperkingen voor beheerderswachtwoorden. | Ja | |||
4 | Geef een wachtwoordwijzigingsdialoogvenster weer wanneer het huidige wachtwoord niet langer voldoet aan de nieuwe beleidsvereisten. | Ja | |||
F-1 | Wordt weergegeven wanneer de gebruiker het wachtwoord niet heeft ingevoerd, het aantal keren dat is gedefinieerd door beleid. | Ja | |||
F-2 | Wordt weergegeven wanneer de gebruiker het wachtwoord niet heeft ingevoerd, het aantal keren dat is gedefinieerd door beleid. In dit geval ontbreekt het VolumeInfo.xml bestand of is het beschadigd. | Dit is hetzelfde als F-1 in termen van maatwerk. | |||
G-1 | Wordt weergegeven wanneer het sleutelmateriaal verloren is gegaan, maar de combinatie machine/gebruiker ons niet toestaat het apparaat te herstellen (vertelt de gebruiker om het apparaat in een afgeschermde computer te plaatsen waar de oorspronkelijke gebruiker is ingelogd (bij roaming) om het sleutelmateriaal te herstellen). Als het geen roaming is, is een volledige overeenkomst tussen de machine en de gebruiker nodig om te herstellen! | Ja | |||
G-2 | Wordt weergegeven wanneer een apparaat wordt afgeschermd door CMG pre-5.3 en niet kan worden geüpgraded omdat het zich niet in de oorspronkelijke machine onder de oorspronkelijke gebruiker bevindt. | Ja | |||
G-3 | Wordt weergegeven wanneer het medium (diskettes) te klein is om EMS-afscherming toe te staan. | Ja | |||
G-4 | Wordt weergegeven wanneer het apparaat niet genoeg vrije ruimte heeft om het apparaat af te schermen. | Ja | |||
G-5 | Wordt weergegeven wanneer het belangrijkste materiaal van een apparaat verloren is gegaan en er geen manier is om het te herstellen omdat er geen manier is om de Shield ID terug te halen. | Ja | |||
G-6 | Wordt weergegeven wanneer het beleid geen toegang toestaat tot versleutelde media zonder dat het schild is geïnstalleerd. | Ja | |||
G-7 | Wordt weergegeven als de gebruiker een handheld EMS-apparaat in een Windows EMS-afgeschermde computer plaatst. | Ja | |||
G-8 | Wordt weergegeven wanneer het sleutelmateriaal wordt verwijderd als gevolg van een handmatige authenticatiefout. Dit wordt bepaald door beleid. | Ja | |||
G-9 | Wordt weergegeven wanneer het apparaat een afkoelperiode is ingegaan vanwege een handmatige authenticatiefout. Dit wordt bepaald door beleid. | Ja | |||
G-10 | Waarschuwt de gebruiker dat een alleen-lezen apparaat niet kan worden afgeschermd wanneer het beleid dit vereist. | Ja | |||
G-11 | Waarschuwt de gebruiker dat het apparaat een upgrade heeft ondergaan op een andere computer. | Ja | |||
G-12 | Kan geen apparaat repareren dat nieuwer is dan het geïnstalleerde EMS. | Ja | |||
G-13 | Het volume is versleuteld met een nieuwere, niet-ondersteunde IFF-indeling. Media is geblokkeerd. | Ja | |||
H-1 | Geeft een ballon of dialoogvenster weer dat aangeeft dat het wachtwoord van een apparaat is geaccepteerd. | Ja | |||
H-2 | Toont de ballon die aangeeft dat een apparaat automatisch is geverifieerd in de oorspronkelijke afschermingscomputer. | Ja | |||
I-1 | Een geanimeerd dialoogvenster dat wordt weergegeven tijdens sweeps (het is belangrijk voor EMS om dit weer te geven, omdat er niet-versleutelde data in het apparaat achterblijven als het apparaat wordt verwijderd voordat deze stap is uitgevoerd). | Ja | |||
I-2 | Een geanimeerd dialoogvenster dat wordt weergegeven tijdens het ontsleutelen. Het is belangrijk voor ambulancepersoneel om dit te laten zien, omdat als u het apparaat verwijdert voordat deze stap is uitgevoerd, er niet-versleutelde gegevens in het apparaat achterblijven. | Ja | |||
J-1 | Voortgangsvenster dat wordt gebruikt tijdens het installeren van EMS-bestanden op een nieuw afgeschermd apparaat. De media mogen niet worden uitgeworpen. | Ja | |||
J-2 | Voortgangsvenster dat wordt gebruikt tijdens het upgraden van EMS-bestanden op een afgeschermd apparaat. De media mogen niet worden uitgeworpen. | Ja | |||
K-1 | Het Ja/Nee-dialoogvenster wordt gebruikt voor de waarschuwing Fast User Switching wanneer een apparaat automatisch wordt geverifieerd. | Ja |
<?xml version="1.0" encoding="utf-8"?> <emsCustomDialogStrings> <version> <cmgClient>8.x.x</cmgClient> <customStrings>1.0</customStrings> </version> <!-- ENGLISH/DEFAULT --> <languageSet languageId="0x00"> <dialog id="A-1"> <message>Ask to Shield unprotected media.[EndState: ALL]</message> <link url="https: www.dell.com">Link to more info about encryption or the end state...</link> </dialog> <!-- <dialog id="A-1" endState="blocked"> <message>Ask to Shield unprotected media.[EndState: BLOCKED]</message> <link url="https: www.dell.com">Link to more info about encryption or being blocked...</link> </dialog> <dialog id="A-1" endState="readonly"> <message>Ask to Shield unprotected media.[EndState: READ-ONLY]</message> </dialog> <dialog id="A-1" endState="fullaccess"> <message>Ask to Shield unprotected media.[EndState: FULL ACCESS]</message> </dialog> --> <dialog id="A-2" endState="blocked"> <message>Ask to upgrade pre-EMS device (CMG Shielded) to EMS Shielding.[EndState: BLOCKED]</message> <link url="https: www.dell.com">Link to more info about preEMS devices or being blocked...</link> </dialog> <dialog id="A-2" endState="readonly"> <message>Ask to upgrade pre-EMS device (CMG Shielded) to EMS Shielding.[EndState: READ-ONLY]</message> </dialog> <dialog id="A-2" endState="fullaccess"> <message>Ask to upgrade pre-EMS device (CMG Shielded) to EMS Shielding.[EndState: FULL ACCESS]</message> </dialog> <dialog id="A-3" endState="blocked"> <message>Ask to restore key material.[EndState: BLOCKED]</message> <link url="https: www.dell.com">Link to more info about recovery or being blocked...</link> </dialog> <dialog id="A-3" endState="readonly"> <message>Ask to restore key material.[EndState: READ-ONLY]</message> </dialog> <dialog id="A-3" endState="fullaccess"> <message>Ask to restore key material.[EndState: FULL ACCESS]</message> </dialog> <dialog id="B-1" endState="blocked"> <message>This dialog is shown when a device is Shielded or recovered.[EndState: BLOCKED]</message> </dialog> <dialog id="B-1" endState="readonly"> <message>This dialog is shown when a device is Shielded or recovered.[EndState: READ-ONLY]</message> </dialog> <dialog id="B-1" endState="fullaccess"> <message>This dialog is shown when a device is Shielded or recovered.[EndState: FULL ACCESS]</message> </dialog> <dialog id="B-2" endState="blocked"> <message>Shown after the user enters a password which does not meet the restrictions placed by the Administrator.[EndState: BLOCKED]</message> </dialog> <dialog id="B-2" endState="readonly"> <message>Shown after the user enters a password which does not meet the restrictions placed by the Administrator.[EndState: READ-ONLY]</message> </dialog> <dialog id="B-2" endState="fullaccess"> <message>Shown after the user enters a password which does not meet the restrictions placed by the Administrator.[EndState: FULL ACCESS]</message> </dialog> <dialog id="B-3" endState="blocked"> <message>Dialog displayed when the device's password needs to be set again, usually as a result of a manual authentication. In this case a 'Cancel' will leave the device in a policy driven state..[EndState: BLOCKED]</message> </dialog> <dialog id="B-3" endState="readonly"> <message>Dialog displayed when the device's password needs to be set again, usually as a result of a manual authentication. In this case a 'Cancel' will leave the device in a policy driven state..[EndState: READ-ONLY]</message> </dialog> <dialog id="B-3" endState="fullaccess"> <message>Dialog displayed when the device's password needs to be set again, usually as a result of a manual authentication. In this case a 'Cancel' will leave the device in a policy driven state..[EndState: FULL ACCESS]</message> </dialog> <dialog id="B-4"> <message>Redisplay the password reset dialog when the password provided did not meet the password restrictions.</message> </dialog> <dialog id="B-5"> <message>Redisplay the password reset dialog after setting the new password to be the same as the previous password.</message> </dialog> <dialog id="C-1" endState="blocked"> <message>Request the device password from user for password authentication when auto authentication is not possible.[EndState: BLOCKED]</message> <iForgot>This is the confirmation that you really want to say 'I Forgot'. If you do you, will need to manually authenticate by contacting an administrator or logging in the owning user.</iForgot> <fusWarning>This is the warning about multiple users being logged in which will result in all users having access to the device if it is authenticated!</fusWarning> </dialog> <dialog id="C-1" endState="readonly"> <message>Request the device password from user for password authentication when auto authentication is not possible.[EndState: READ-ONLY]</message> <iForgot>This is the confirmation that you really want to say 'I Forgot'. If you do you, will need to manually authenticate by contacting an administrator or logging in the owning user.</iForgot> <fusWarning>This is the warning about multiple users being logged in which will result in all users having access to the device if it is authenticated!</fusWarning> </dialog> <dialog id="C-1" endState="fullaccess"> <message>Request the device password from user for password authentication when auto authentication is not possible.[EndState: FULL ACCESS]</message> <iForgot>This is the confirmation that you really want to say 'I Forgot'. If you do you, will need to manually authenticate by contacting an administrator or logging in the owning user.</iForgot> <fusWarning>This is the warning about multiple users being logged in which will result in all users having access to the device if it is authenticated!</fusWarning> </dialog> <dialog id="C-2" endState="blocked"> <message>If the password provided for authentication was incorrect, we ask the user to retry entering the password.[EndState: BLOCKED]</message> <iForgot>This is the confirmation that you really want to say 'I Forgot'. If you do you, will need to manually authenticate by contacting an administrator or logging in the owning user.</iForgot> <fusWarning>This is the warning about multiple users being logged in which will result in all users having access to the device if it is authenticated!</fusWarning> </dialog> <dialog id="C-2" endState="readonly"> <message>If the password provided for authentication was incorrect, we ask the user to retry entering the password.[EndState: READ-ONLY]</message> <iForgot>This is the confirmation that you really want to say 'I Forgot'. If you do you, will need to manually authenticate by contacting an administrator or logging in the owning user.</iForgot> <fusWarning>This is the warning about multiple users being logged in which will result in all users having access to the device if it is authenticated!</fusWarning> </dialog> <dialog id="C-2" endState="fullaccess"> <message>If the password provided for authentication was incorrect, we ask the user to retry entering the password.[EndState: FULL ACCESS]</message> <iForgot>This is the confirmation that you really want to say 'I Forgot'. If you do you, will need to manually authenticate by contacting an administrator or logging in the owning user.</iForgot> <fusWarning>This is the warning about multiple users being logged in which will result in all users having access to the device if it is authenticated!</fusWarning> </dialog> <dialog id="D-1"> <message>The 'media Shielded' dialog displayed after provisioning of a device when sweeping will occur.</message> </dialog> <dialog id="D-2"> <message>The 'media Shielded' dialog displayed after provisioning of a device, but *no* sweep will occur.</message> </dialog> <dialog id="E-1"> <message>Displayed when the user asks to change the existing device password after a device has been authenticated.</message> </dialog> <dialog id="E-2"> <message>Redisplay password change dialog when the change of password fails, probably due to an incorrect current password.</message> </dialog> <dialog id="E-3"> <message>Redisplay password change dialog when the new password does not meet administrative password restrictions.</message> </dialog> <dialog id="E-4"> <message>Display password change dialog when the current password no longer meets new policy requirements.</message> </dialog> <dialog id="F-1"> <message>Shown when the user has failed to enter the password the number of times defined by policy.</message> <cancelWarning>This text should express the repercusions of cancelling manual authentication!</cancelWarning> </dialog> <dialog id="G-1"> <message>Shown when the key material is lost but the machine/user combination does not allow us to recover the device. Should tell the user to insert the device in a CMG Shielded machine where the original user is logged in (if Roaming) to restore the key material. If not Roaming, we need a full machine/user match to recover.</message> </dialog> <dialog id="G-2"> <message>Displayed when an external device was Shielded by CMG (pre-5.3) and cannot be upgraded because its not in the original machine under the original user.</message> </dialog> <dialog id="G-3"> <message>Displayed when the media (floppies) is too small to allow EMS Shielding.</message> </dialog> <dialog id="G-4" endState="blocked"> <message>Displayed when the external device does not have enough free space to EMS Shield the device.[EndState: BLOCKED]</message> </dialog> <dialog id="G-4" endState="readonly"> <message>Displayed when the external device does not have enough free space to EMS Shield the device.[EndState: READ-ONLY]</message> </dialog> <dialog id="G-4" endState="fullaccess"> <message>Displayed when the external device does not have enough free space to EMS Shield the device.[EndState: FULL ACCESS]</message> </dialog> <dialog id="G-5"> <message>Shown when a device's key material has been lost and there is no way to recover from it because there is no way to retrieve the Shield ID.</message> </dialog> <dialog id="G-6"> <message>Displayed when policy does not allow access of encrypted media w/o the CMG Shield installed.</message> </dialog> <dialog id="G-7"> <message>Displayed if the user happens to insert a Handheld EMS device into an Windows EMS Shielded machine.</message> </dialog> <dialog id="G-8"> <message>Displayed when the key material is deleted due to a manual authorization failure. This is controlled by policy.</message> </dialog> <dialog id="G-9"> <message>Displayed when device has entered a cooldown period due to a manual authorization failure. This is controlled by policy.</message> </dialog> <dialog id="G-10"> <message>Warns the user that a read-only device cannot be Shielded when policy requires it.</message> </dialog> <dialog id="G-11"> <message>Warns the user that the device was undergoing an upgrade sweep in a different machine.</message> </dialog> <dialog id="G-12"> <message>Cannot repair a device newer than the EMS currently installed.</message> </dialog> <dialog id="G-13"> <message>Volume is encrypted with an newer, unsupported IFF format. Media is blocked.</message> </dialog> <dialog id="G-14"> <message>Shown when a user double-clicks a file in EMSExplorer. It tells them that this feature has been disabled.</message> </dialog> <dialog id="G-15"> <message>If during a sweep we fail to encrypt a file due to lack of free space on the device, this dialog is shown.</message> </dialog> <dialog id="J-1"> <message>Progress dialog used during the process of installing EMS files into a newly Shielded device. Media *should not* be ejected at this point.</message> </dialog> <dialog id="J-2"> <message>Progress dialog used during the process of upgrading EMS files in a shielded device. Media *should not* be ejected at this point.</message> </dialog> <dialog id="K-1"> <message>The Yes/No Dialog being used for the Fast User Switching related warning when a device is being autoauthenticated...</message> </dialog> </languageSet> </emsCustomDialogStrings>
Als u contact wilt opnemen met support, raadpleegt u de internationale telefoonnummers voor support van Dell Data Security.
Ga naar TechDirect om online een aanvraag voor technische support te genereren.
Voor meer informatie over inzichten en hulpbronnen kunt u zich aanmelden bij het Dell Security Community Forum.