Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

PSModule: Update localization strings #450

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
# Changelog

## Unreleased

Bug Fixes

- A few of localization strings for the DSC resource PSModule was revised
to be more descriptive and fixed typos. One localization string was
removed as it was not used.

## 2.1.2

New Feature

- Added support for registering repositories with special characters

## 2.1.1

- Fix DSC resource folder structure

## 2.1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ ConvertFrom-StringData -StringData @'
StartUnInstallModule = Begin invoking Remove-Item to remove the module '{0}' from the file system.
InstalledSuccess = Successfully installed the module '{0}'
UnInstalledSuccess = Successfully uninstalled the module '{0}'
VersionMismatch = The installed Module '{0}' has the version: '{1}'
RepositoryMismatch = The installed Module '{0}' is from '{1}' repository.
VersionMismatch = The installed module '{0}' has the version: '{1}'
RepositoryMismatch = The installed module '{0}' is from the '{1}' repository.
FoundModulePath = Found the module path: '{0}'.
MultipleModuleFound = Total: '{0}' modules found with the same name. Please use -RequiredVersion for filtering. Message: {1}
InstallationPolicyWarning = You are installing the module '{0}' from an untrusted repository' {1}'. Your current InstallationPolicy is '{2}'. If you trust the repository, set the policy to "Trusted".
InstallationPolicyFailed = Failed in the installation policy. Your current InstallationPolicy is '{0}' and the repository is '{1}'. If you trust the repository, set the policy to "Trusted".
InstallationPolicyWarning = The module '{0}' was installed from the untrusted repository' {1}'. The InstallationPolicy is set to '{2}' to override the repository installation policy. If you trust the repository, set the repository installation policy to 'Trusted', that will also remove this warning.
InstallationPolicyFailed = The current installation policy do not allow installation from this repository. Your current installation policy is '{0}' and the repository installation policy is '{1}'. If you trust the repository, either change the repository installation policy, or set the parameter InstallationPolicy to 'Trusted' to override the repository installation policy.
GetTargetResourceMessage = Getting the current state of the module '{0}'.
TestTargetResourceMessage = Determining if the module '{0}' is in the desired state.
'@