DSCResources/MSFT_PfxImport/en-US/MSFT_PfxImport.strings.psd1

ConvertFrom-StringData @'
    GettingPfxStatusMessage = Getting Pfx existence '{0}' in '{1}'.
    CertificateInstalledMessage = Certificate '{0}' with private key is found in '{1}'.
    CertificateInstalledNoPrivateKeyMessage = Certificate '{0}' exists in '{1}' but private key is not available.
    CertificateNotInstalledMessage = Certificate '{0}' does not exist in '{1}'.
    TestingPfxStatusMessage = Testing Pfx '{0}' existence in '{1}'.
    SettingPfxStatusMessage = Setting Pfx '{0}' existence in '{1}'.
    ImportingPfxMessage = Importing Pfx '{0}' into '{1}'.
    RemovingPfxMessage = Removing Pfx '{0}' from '{1}'.
 
    CertificateStoreNotFoundError = Certificate Store '{0}' not found.
 
    ImportingPfxShould = Importing Pfx '{0}' into '{1}'
'@