-
Notifications
You must be signed in to change notification settings - Fork 226
Expand file tree
/
Copy pathDebugDscEngine.strings.psd1
More file actions
21 lines (20 loc) · 1.47 KB
/
DebugDscEngine.strings.psd1
File metadata and controls
21 lines (20 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<#
.SYNOPSIS
The localized resource strings in English (en-US) for the
resource SqlAudit.
#>
ConvertFrom-StringData @'
Getting_CurrentState = Getting current state for DebugDscEngine resource with KeyProperty '{0}'.
Debug_GetCurrentState_Called = GetCurrentState method called for KeyProperty '{0}' with properties: {1}.
Debug_GetCurrentState_Returning = GetCurrentState method returning properties: {0}.
Debug_Modify_Called = Modify method called for KeyProperty '{0}' with properties to modify: {1}.
Debug_Modify_Property = Modifying property '{0}' to value '{1}'.
Debug_Modify_Completed = Modify method completed for KeyProperty '{0}'.
Debug_AssertProperties_Called = AssertProperties method called for KeyProperty '{0}' with properties: {1}.
Debug_AssertProperties_Completed = AssertProperties method completed for KeyProperty '{0}'.
Debug_NormalizeProperties_Called = NormalizeProperties method called for KeyProperty '{0}' with properties: {1}.
Debug_NormalizeProperties_Property = Normalized property '{0}' to value '{1}'.
Debug_NormalizeProperties_Completed = NormalizeProperties method completed for KeyProperty '{0}'.
KeyProperty_Invalid = The parameter KeyProperty cannot be null or empty.
MandatoryProperty_Invalid = The parameter MandatoryProperty cannot be null or empty.
'@