|
1 | 1 | ConvertFrom-StringData @'
|
2 |
| - ValidatingPath = Validating Path: {0} (JRC0001) |
3 |
| - CheckPsrcExtension = Checking file extension is psrc for: {0} (JRC0002) |
4 |
| - NotPsrcExtension = Doesn't have psrc extension for: {0} (JRC0003) |
5 |
| - CheckParentFolder = Checking parent forlder is RoleCapabilities for: {0} (JRC0004) |
6 |
| - NotRoleCapabilitiesParent = Parent folder isn't RoleCapabilities for: {0} (JRC0005) |
7 |
| - ValidePsrcPath = Path is a valid psrc path. Returning true. (JRC0006) |
8 |
| - FunctionDefinedNotVisible = Function defined but not visible to Role Configuration: {0} (JRC0007) |
9 |
| - InvalidPath = Invalid path specified. It must point to a Module folder, be a psrc file and the parent folder must be called RoleCapabilities. (JRC0008) |
| 2 | + ValidatingPath = Validating Path: {0} (JRC0001) |
| 3 | + CheckPsrcExtension = Checking file extension is psrc for: {0} (JRC0002) |
| 4 | + NotPsrcExtension = Doesn't have psrc extension for: {0} (JRC0003) |
| 5 | + CheckParentFolder = Checking parent forlder is RoleCapabilities for: {0} (JRC0004) |
| 6 | + NotRoleCapabilitiesParent = Parent folder isn't RoleCapabilities for: {0} (JRC0005) |
| 7 | + ValidePsrcPath = Path is a valid psrc path. Returning true. (JRC0006) |
| 8 | + FunctionDefinedNotVisible = Function defined but not visible to Role Configuration: {0} (JRC0007) |
| 9 | + InvalidPath = Invalid path specified. It must point to a Module folder, be a psrc file and the parent folder must be called RoleCapabilities. (JRC0008) |
| 10 | + ReasonFileNotFound = File {0} is absent but it ought to be present. (JRC0009) |
| 11 | + ReasonEnsure = File {0} is present but it ought to be absent. (JRC0010) |
| 12 | + ReasonModulesToImport = ModulesToImport hasn't got the good values. (JRC0011) |
| 13 | + ReasonVisibleAliases = VibibleAliases hasn't got the good values. (JRC0012) |
| 14 | + ReasonVisibleCmdlets = VisibleCmdlets hasn't got the good values. (JRC0013) |
| 15 | + ReasonVisibleFunctions = VisibleFunctions hasn't got the good values. (JRC0014) |
| 16 | + ReasonVisibleExternalCommands = VisibleExternalCommands hasn't got the good values. (JRC0015) |
| 17 | + ReasonVisibleProviders = VisibleProviders hasn't got the good values. (JRC0010) |
| 18 | + ReasonScriptsToProcess = ScriptsToProcess hasn't got the good values. (JRC0016) |
| 19 | + ReasonAliasDefinitions = AliasDefinitions hasn't got the good values. (JRC0017) |
| 20 | + ReasonFunctionDefinitions = FunctionDefinitions hasn't got the good values. (JRC0018) |
| 21 | + ReasonVariableDefinitions = VariableDefinitions hasn't got the good values. (JRC0019) |
| 22 | + ReasonEnvironmentVariables = EnvironmentVariables hasn't got the good values. (JRC0020) |
| 23 | + ReasonTypesToProcess = TypesToProcess hasn't got the good values. (JRC0021) |
| 24 | + ReasonFormatsToProcess = FormatsToProcess hasn't got the good values. (JRC0022) |
| 25 | + ReasonDescription = Description of role must be : {0} (JRC0023) |
| 26 | + ReasonAssembliesToLoad = AssembliesToLoad hasn't got the good values. (JRC0024) |
10 | 27 | '@
|
0 commit comments