en-US/PSGet.Resource.psd1

# Localized PSGet.Resource.psd1

ConvertFrom-StringData @'
###PSLOC
        InstallModulewhatIfMessage=Version '{0}' of module '{1}'
        UpdateModulewhatIfMessage=Version '{0}' of module '{1}', updating to version '{2}'
        PublishModulewhatIfMessage=Version '{0}' of module '{1}'
        MinimumVersionAndRequiredVersionCannotBeSpecifiedTogether=The parameters MinimumVersion and RequiredVersion cannot be used in the same command. Specify only one of these parameters in your command.
        RequiredVersionAllowedOnlyWithSingleModuleName=The RequiredVersion parameter is allowed only when a single module name is specified as the value of the Name parameter, without any wildcard characters.
        InstallModuleNeedsCurrentUserScopeParameterForNonAdminUser=Administrator rights are required to install modules in '{0}'. Log on to the computer with an account that has Administrator rights, and then try again, or install '{1}' by adding "-Scope CurrentUser".
        VersionParametersAreAllowedOnlyWithSingleModule=The RequiredVersion or MinimumVersion parameters are allowed only when a single module name is specified as the value of the Name parameter, without any wildcard characters. To install multiple modules with specific versions, pass in multiple PSGetItemInfo objects.
        PathIsNotADirectory=The specified path '{0}' is not a valid directory.
        ModuleAlreadyInstalled=Version '{0}' of module '{1}' is already installed at '{2}'. To delete version '{3}' and install version '{4}', run Install-Module, and add the -Force parameter.
        ModuleAlreadyInstalledVerbose=Version '{0}' of module '{1}' is already installed at '{2}'.
        InvalidPSModule=Module '{0}' cannot be installed because it is not a properly-formed module. To force installation, use the -Force parameter.
        ModuleNotInstalledOnThiseMachine=Module '{0}' was not updated because no valid module was found in the module directory. Verify that the module is located in the folder specified by $env:PSModulePath.
        AdminPrivilegesRequiredForUpdate=Module '{0}' (installed at'{1}') cannot be updated because Administrator rights are required to change that directory. Log on to the computer with an account that has Administrator rights, and then try again.
        ModuleNotInstalledUsingPowerShellGet=Module '{0}' was not installed by using Install-Module, so it cannot be updated.
        DownloadingModuleFromGallery=Downloading module '{0}' with version '{1}' from the Gallery.
        NoUpdateAvailable=No updates were found for module '{0}'.
        FoundModuleUpdate=An update for the module '{0}' was found with version '{1}'.
        InvalidPSModuleDuringUpdate= Module '{0}' was not updated because the module in the Gallery is not a valid Windows PowerShell module.
        ModuleGotUpdated=Module '{0}' has been updated successfully.
        TestingModuleInUse=Testing if the module to update is in use.
        ModuleDestination= The specified module will be installed in '{0}'.
        ModuleIsInUse=Module '{0}' is in currently in use.
        ModuleInstalledSuccessfully= Module '{0}' was installed successfully.
        CheckingForModuleUpdate= Checking for updates for module '{0}'.
        ModuleInUseWithProcessDetails=Module '{0}' is currently in use. Retry the operation after closing the following applications: '{1}'.
        ModuleNotAvailableLocally= The specified module '{0}' was not published because no module with that name was found in any module directory.
        AmbiguousModuleName=Modules with the name '{0}' are available under multiple paths. Add the -Path parameter to specify the module to publish.
        PublishModuleLocation=Module'{0}' was found in '{1}'.
        InvalidModuleToPublish=Module '{0}' cannot be published because it does not have a module manifest file. Run New-ModuleManifest -Path <PathName> to create a module manifest with metadata before publishing.
        MissingRequiredManifestKeys=Module '{0}' cannot be published because it is missing required metadata. Verify that the module manifest specifies Description, Author.
        ModuleVersionShouldBeGreaterThanGalleryVersion=Module '{0}' with version '{1}' cannot be published. The version must exceed the current version '{2}' that exists in the Gallery.
        CouldNotInstallNuGetBinaries=Nuget.exe is required to interact with NuGet based galleries. Please ensure that NuGet.exe is available under '{0}'.
        InstallNuGetBinariesShouldContinueQuery=PowerShellGet requires NuGet.exe to interact with NuGet based galleries. NuGet.exe must be available in '{0}'. For more information about NuGet, see http://www.nuget.org. Do you want PowerShellGet to download NuGet.exe to '{1}' now?
        InstallNuGetBinariesShouldContinueCaption= NuGet.exe is required to continue.
        DownloadingNugetBinaries=Downloading NuGet.exe.
        ModuleNotFoundWithRequiredVersion=Module '{0}' with RequiredVersion '{1}' was not found in the Gallery.
        ModuleNotFoundWithMinimumVersion=Module '{0}' with MinimumVersion '{1}' was not found in the Gallery.
        ModuleNotFound=Module '{0}' was not found in the Gallery.
        FindingAvailableModules=Finding all available modules in the Gallery.
        PopulatingModules=Populating all available modules.
        NoModulesFound=No modules were found in the Gallery.
        FoundModules=Found '{0}' modules in the Gallery.
        FoundModuleWithVersion=Found module '{0}' with version '{1}'.
        PublishingModule=Publishing module '{0}' to the Gallery.
        FailedToCreateCompressedModule=Failed to generate the compressed module file for module '{0}'.
        FailedToPublish=Failed to publish module '{0}'.
        PublishedSuccessfully=Successfully published module '{0}' to the Gallery.
        InvalidWebUri=The specified Uri '{0}' for parameter '{1}' is an invalid Web Uri. Please ensure that it meets the Web Uri requirements.
###PSLOC
'@