From 322b37790d02dd2ff9860a48389126b59c407308 Mon Sep 17 00:00:00 2001 From: iSazonov Date: Sun, 16 Apr 2017 14:05:33 +0300 Subject: [PATCH 1/3] Convert tab indentations to spaces in *.resx files --- .../resources/ClipboardResources.resx | 176 ++++++------ .../resources/CsvCommandStrings.resx | 8 +- .../CommandLineParameterParserStrings.resx | 6 +- .../resources/ConsoleHostStrings.resx | 4 +- .../resources/ManagedEntranceStrings.resx | 4 +- .../resources/WsManResources.resx | 10 +- .../resources/Logging.resx | 264 +++++++++--------- .../resources/ParserStrings.resx | 4 +- 8 files changed, 238 insertions(+), 238 deletions(-) diff --git a/src/Microsoft.PowerShell.Commands.Management/resources/ClipboardResources.resx b/src/Microsoft.PowerShell.Commands.Management/resources/ClipboardResources.resx index a1dc772defc..1e201f22df9 100644 --- a/src/Microsoft.PowerShell.Commands.Management/resources/ClipboardResources.resx +++ b/src/Microsoft.PowerShell.Commands.Management/resources/ClipboardResources.resx @@ -1,103 +1,103 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + Set string '{0}' to the clipboard. @@ -131,4 +131,4 @@ Html can only be combined with Html Text format. - \ No newline at end of file + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/CsvCommandStrings.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/CsvCommandStrings.resx index c4b374c12b3..024223411d6 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/CsvCommandStrings.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/CsvCommandStrings.resx @@ -120,11 +120,11 @@ Cannot append CSV content to the following file: {1}. The appended object does not have a property that corresponds to the following column: {0}. To continue with mismatched properties, add the -Force parameter, and then retry the command. {0} is a placeholder for property name (i.e. ProcessId) - {1} is a placeholder for filename (i.e. c:\users\lukasza\foo.csv) + {1} is a placeholder for filename (i.e. c:\users\lukasza\foo.csv) - {StrContains="Force"} + {StrContains="Force"} - Reviewed by TArcher on 2010-06-29. + Reviewed by TArcher on 2010-06-29. @@ -133,4 +133,4 @@ One or more headers were not specified. Default names starting with "H" have been used in place of any missing headers. - \ No newline at end of file + diff --git a/src/Microsoft.PowerShell.ConsoleHost/resources/CommandLineParameterParserStrings.resx b/src/Microsoft.PowerShell.ConsoleHost/resources/CommandLineParameterParserStrings.resx index 385ed8e883e..a42dcc8a598 100644 --- a/src/Microsoft.PowerShell.ConsoleHost/resources/CommandLineParameterParserStrings.resx +++ b/src/Microsoft.PowerShell.ConsoleHost/resources/CommandLineParameterParserStrings.resx @@ -184,7 +184,7 @@ PowerShell[.exe] -Help | -? | /? If the value of Command is "-", the command text is read from standard input. - + Script blocks must be enclosed in braces ({}). You can specify a script block only when running PowerShell.exe in Windows PowerShell. The results of the script are returned to the parent shell as deserialized XML objects, @@ -194,7 +194,7 @@ PowerShell[.exe] -Help | -? | /? in the command , because any characters typed after the command are interpreted as the command arguments. To write a string that runs a Windows PowerShell command, use the format: - "& {<command>}" + "& {<command>}" where the quotation marks indicate a string and the invoke operator (&) causes the command to be run. @@ -269,4 +269,4 @@ EXAMPLES Cannot process the command because -Configuration requires an argument that is a remote endpoint configuration name. Specify this argument and try again. - \ No newline at end of file + diff --git a/src/Microsoft.PowerShell.ConsoleHost/resources/ConsoleHostStrings.resx b/src/Microsoft.PowerShell.ConsoleHost/resources/ConsoleHostStrings.resx index 3af68a7ced7..ea87eaddbd7 100644 --- a/src/Microsoft.PowerShell.ConsoleHost/resources/ConsoleHostStrings.resx +++ b/src/Microsoft.PowerShell.ConsoleHost/resources/ConsoleHostStrings.resx @@ -143,7 +143,7 @@ Windows PowerShell transcript start Start time: {0:yyyyMMddHHmmss} Username : {1}\{2} -Machine : {3} ({4}) +Machinen : {3} ({4}) ********************** @@ -188,4 +188,4 @@ The current session does not support debugging; execution will continue. Loading personal and system profiles took {0}ms. - \ No newline at end of file + diff --git a/src/Microsoft.PowerShell.ConsoleHost/resources/ManagedEntranceStrings.resx b/src/Microsoft.PowerShell.ConsoleHost/resources/ManagedEntranceStrings.resx index 4ae453d4936..8db11ffc152 100644 --- a/src/Microsoft.PowerShell.ConsoleHost/resources/ManagedEntranceStrings.resx +++ b/src/Microsoft.PowerShell.ConsoleHost/resources/ManagedEntranceStrings.resx @@ -222,7 +222,7 @@ PowerShell[.exe] -Help | -? | /? interpreted as the command arguments. To write a string that runs a Windows PowerShell command, use the format: - "& {<command>}" + "& {<command>}" where the quotation marks indicate a string and the invoke operator (&) causes the command to be executed. @@ -244,4 +244,4 @@ EXAMPLES $encodedCommand = [Convert]::ToBase64String($bytes) powershell.exe -encodedCommand $encodedCommand - \ No newline at end of file + diff --git a/src/Microsoft.WSMan.Management/resources/WsManResources.resx b/src/Microsoft.WSMan.Management/resources/WsManResources.resx index ce7889ad6d3..2d22925b6fc 100644 --- a/src/Microsoft.WSMan.Management/resources/WsManResources.resx +++ b/src/Microsoft.WSMan.Management/resources/WsManResources.resx @@ -221,11 +221,11 @@ Do you want to enable CredSSP authentication? Running the Set-WSManQuickConfig command has significant security implications, as it enables remote management through the WinRM service on this computer. This command: - 1. Checks whether the WinRM service is running. If the WinRM service is not running, the service is started. - 2. Sets the WinRM service startup type to automatic. - 3. Creates a listener to accept requests on any IP address. By default, the transport is HTTP. - 4. Enables a firewall exception for WS-Management traffic. - 5. Enables Kerberos and Negotiate service authentication. + 1. Checks whether the WinRM service is running. If the WinRM service is not running, the service is started. + 2. Sets the WinRM service startup type to automatic. + 3. Creates a listener to accept requests on any IP address. By default, the transport is HTTP. + 4. Enables a firewall exception for WS-Management traffic. + 5. Enables Kerberos and Negotiate service authentication. Do you want to enable remote management through the WinRM service on this computer? diff --git a/src/System.Management.Automation/resources/Logging.resx b/src/System.Management.Automation/resources/Logging.resx index 0ebf5887ce2..df3e7cda463 100644 --- a/src/System.Management.Automation/resources/Logging.resx +++ b/src/System.Management.Automation/resources/Logging.resx @@ -118,174 +118,174 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - ExceptionClass=[ExceptionClass] - ErrorCategory=[ErrorCategory] - ErrorId=[ErrorId] - ErrorMessage=[ErrorMessage] + ExceptionClass=[ExceptionClass] + ErrorCategory=[ErrorCategory] + ErrorId=[ErrorId] + ErrorMessage=[ErrorMessage] - Severity=[Severity] + Severity=[Severity] - SequenceNumber=[SequenceNumber] + SequenceNumber=[SequenceNumber] - HostName=[HostName] - HostVersion=[HostVersion] - HostId=[HostId] - HostApplication=[HostApplication] - EngineVersion=[EngineVersion] - RunspaceId=[RunspaceId] - PipelineId=[PipelineId] - CommandName=[CommandName] - CommandType=[CommandType] - ScriptName=[ScriptName] - CommandPath=[CommandPath] - CommandLine=[CommandLine] + HostName=[HostName] + HostVersion=[HostVersion] + HostId=[HostId] + HostApplication=[HostApplication] + EngineVersion=[EngineVersion] + RunspaceId=[RunspaceId] + PipelineId=[PipelineId] + CommandName=[CommandName] + CommandType=[CommandType] + ScriptName=[ScriptName] + CommandPath=[CommandPath] + CommandLine=[CommandLine] AdditionalInfo: - Name=[AdditionalInfo_Name1];Value=[AdditionalInfo_Value1] - Name=[AdditionalInfo_Name2];Value=[AdditionalInfo_Value2] - Name=[AdditionalInfo_Name3];Value=[AdditionalInfo_Value3] + Name=[AdditionalInfo_Name1];Value=[AdditionalInfo_Value1] + Name=[AdditionalInfo_Name2];Value=[AdditionalInfo_Value2] + Name=[AdditionalInfo_Name3];Value=[AdditionalInfo_Value3] - ExceptionClass=[ExceptionClass] - ErrorCategory=[ErrorCategory] - ErrorId=[ErrorId] - ErrorMessage=[ErrorMessage] + ExceptionClass=[ExceptionClass] + ErrorCategory=[ErrorCategory] + ErrorId=[ErrorId] + ErrorMessage=[ErrorMessage] - Severity=[Severity] + Severity=[Severity] - SequenceNumber=[SequenceNumber] + SequenceNumber=[SequenceNumber] - HostName=[HostName] - HostVersion=[HostVersion] - HostId=[HostId] - HostApplication=[HostApplication] - EngineVersion=[EngineVersion] - RunspaceId=[RunspaceId] - PipelineId=[PipelineId] - CommandName=[CommandName] - CommandType=[CommandType] - ScriptName=[ScriptName] - CommandPath=[CommandPath] - CommandLine=[CommandLine] + HostName=[HostName] + HostVersion=[HostVersion] + HostId=[HostId] + HostApplication=[HostApplication] + EngineVersion=[EngineVersion] + RunspaceId=[RunspaceId] + PipelineId=[PipelineId] + CommandName=[CommandName] + CommandType=[CommandType] + ScriptName=[ScriptName] + CommandPath=[CommandPath] + CommandLine=[CommandLine] - ProviderName=[ProviderName] - ExceptionClass=[ExceptionClass] - ErrorCategory=[ErrorCategory] - ErrorId=[ErrorId] - ErrorMessage=[ErrorMessage] + ProviderName=[ProviderName] + ExceptionClass=[ExceptionClass] + ErrorCategory=[ErrorCategory] + ErrorId=[ErrorId] + ErrorMessage=[ErrorMessage] - Severity=[Severity] + Severity=[Severity] - SequenceNumber=[SequenceNumber] + SequenceNumber=[SequenceNumber] - HostName=[HostName] - HostVersion=[HostVersion] - HostId=[HostId] - HostApplication=[HostApplication] - EngineVersion=[EngineVersion] - RunspaceId=[RunspaceId] - PipelineId=[PipelineId] - CommandName=[CommandName] - CommandType=[CommandType] - ScriptName=[ScriptName] - CommandPath=[CommandPath] - CommandLine=[CommandLine] + HostName=[HostName] + HostVersion=[HostVersion] + HostId=[HostId] + HostApplication=[HostApplication] + EngineVersion=[EngineVersion] + RunspaceId=[RunspaceId] + PipelineId=[PipelineId] + CommandName=[CommandName] + CommandType=[CommandType] + ScriptName=[ScriptName] + CommandPath=[CommandPath] + CommandLine=[CommandLine] - NewEngineState=[NewEngineState] - PreviousEngineState=[PreviousEngineState] + NewEngineState=[NewEngineState] + PreviousEngineState=[PreviousEngineState] - SequenceNumber=[SequenceNumber] + SequenceNumber=[SequenceNumber] - HostName=[HostName] - HostVersion=[HostVersion] - HostId=[HostId] - HostApplication=[HostApplication] - EngineVersion=[EngineVersion] - RunspaceId=[RunspaceId] - PipelineId=[PipelineId] - CommandName=[CommandName] - CommandType=[CommandType] - ScriptName=[ScriptName] - CommandPath=[CommandPath] - CommandLine=[CommandLine] + HostName=[HostName] + HostVersion=[HostVersion] + HostId=[HostId] + HostApplication=[HostApplication] + EngineVersion=[EngineVersion] + RunspaceId=[RunspaceId] + PipelineId=[PipelineId] + CommandName=[CommandName] + CommandType=[CommandType] + ScriptName=[ScriptName] + CommandPath=[CommandPath] + CommandLine=[CommandLine] - NewCommandState=[NewCommandState] + NewCommandState=[NewCommandState] - SequenceNumber=[SequenceNumber] + SequenceNumber=[SequenceNumber] - HostName=[HostName] - HostVersion=[HostVersion] - HostId=[HostId] - HostApplication=[HostApplication] - EngineVersion=[EngineVersion] - RunspaceId=[RunspaceId] - PipelineId=[PipelineId] - CommandName=[CommandName] - CommandType=[CommandType] - ScriptName=[ScriptName] - CommandPath=[CommandPath] - CommandLine=[CommandLine] + HostName=[HostName] + HostVersion=[HostVersion] + HostId=[HostId] + HostApplication=[HostApplication] + EngineVersion=[EngineVersion] + RunspaceId=[RunspaceId] + PipelineId=[PipelineId] + CommandName=[CommandName] + CommandType=[CommandType] + ScriptName=[ScriptName] + CommandPath=[CommandPath] + CommandLine=[CommandLine] - ProviderName=[ProviderName] - NewProviderState=[NewProviderState] + ProviderName=[ProviderName] + NewProviderState=[NewProviderState] - SequenceNumber=[SequenceNumber] + SequenceNumber=[SequenceNumber] - HostName=[HostName] - HostVersion=[HostVersion] - HostId=[HostId] - HostApplication=[HostApplication] - EngineVersion=[EngineVersion] - RunspaceId=[RunspaceId] - PipelineId=[PipelineId] - CommandName=[CommandName] - CommandType=[CommandType] - ScriptName=[ScriptName] - CommandPath=[CommandPath] - CommandLine=[CommandLine] + HostName=[HostName] + HostVersion=[HostVersion] + HostId=[HostId] + HostApplication=[HostApplication] + EngineVersion=[EngineVersion] + RunspaceId=[RunspaceId] + PipelineId=[PipelineId] + CommandName=[CommandName] + CommandType=[CommandType] + ScriptName=[ScriptName] + CommandPath=[CommandPath] + CommandLine=[CommandLine] - VariableName=[VariableName] - NewValue=[NewValue] - PreviousValue=[PreviousValue] + VariableName=[VariableName] + NewValue=[NewValue] + PreviousValue=[PreviousValue] - SequenceNumber=[SequenceNumber] + SequenceNumber=[SequenceNumber] - HostName=[HostName] - HostVersion=[HostVersion] - HostId=[HostId] - HostApplication=[HostApplication] - EngineVersion=[EngineVersion] - RunspaceId=[RunspaceId] - PipelineId=[PipelineId] - CommandName=[CommandName] - CommandType=[CommandType] - ScriptName=[ScriptName] - CommandPath=[CommandPath] - CommandLine=[CommandLine] + HostName=[HostName] + HostVersion=[HostVersion] + HostId=[HostId] + HostApplication=[HostApplication] + EngineVersion=[EngineVersion] + RunspaceId=[RunspaceId] + PipelineId=[PipelineId] + CommandName=[CommandName] + CommandType=[CommandType] + ScriptName=[ScriptName] + CommandPath=[CommandPath] + CommandLine=[CommandLine] - DetailSequence=[DetailSequence] - DetailTotal=[DetailTotal] + DetailSequence=[DetailSequence] + DetailTotal=[DetailTotal] - SequenceNumber=[SequenceNumber] + SequenceNumber=[SequenceNumber] - UserId=[User] - HostName=[HostName] - HostVersion=[HostVersion] - HostId=[HostId] - HostApplication=[HostApplication] - EngineVersion=[EngineVersion] - RunspaceId=[RunspaceId] - PipelineId=[PipelineId] - ScriptName=[ScriptName] - CommandLine=[CommandLine] + UserId=[User] + HostName=[HostName] + HostVersion=[HostVersion] + HostId=[HostId] + HostApplication=[HostApplication] + EngineVersion=[EngineVersion] + RunspaceId=[RunspaceId] + PipelineId=[PipelineId] + ScriptName=[ScriptName] + CommandLine=[CommandLine] UNKNOWN - \ No newline at end of file + diff --git a/src/System.Management.Automation/resources/ParserStrings.resx b/src/System.Management.Automation/resources/ParserStrings.resx index 5d7e1c1aa68..febe3a7d9cc 100644 --- a/src/System.Management.Automation/resources/ParserStrings.resx +++ b/src/System.Management.Automation/resources/ParserStrings.resx @@ -177,7 +177,7 @@ Possible matches are - {0} ({1}) + {0} ({1}) Missing expression after '{0}' in pipeline element. @@ -1447,4 +1447,4 @@ ModuleVersion : Version of module to import. If used, ModuleName must represent Conflict in using PsDscRunAsCredential for Resource {0} because it already specifies PsDscRunAsCredential value. We can only use one PsDscRunAsCredential for the composite resource. - \ No newline at end of file + From 1a05a2f4b73e16fbd0dcd4272cb8e563b4b3f377 Mon Sep 17 00:00:00 2001 From: iSazonov Date: Sun, 16 Apr 2017 14:18:53 +0300 Subject: [PATCH 2/3] Add Newline at EOF --- ...Microsoft.Management.Infrastructure.CimCmdlets.Strings.resx | 3 ++- .../resources/ClearRecycleBinResources.resx | 3 ++- .../resources/ComputerInfoResources.resx | 3 ++- .../resources/ComputerResources.resx | 3 ++- .../resources/ControlPanelResources.resx | 3 ++- .../resources/EventlogResources.resx | 3 ++- .../resources/HotFixResources.resx | 3 ++- .../resources/ManagementMshSnapInResources.resx | 3 ++- .../resources/NavigationResources.resx | 3 ++- .../resources/ProcessCommandHelpResources.resx | 3 ++- .../resources/ProcessResources.resx | 3 ++- .../resources/ServiceResources.resx | 3 ++- .../resources/TimeZoneResources.resx | 3 ++- .../resources/TransactionResources.resx | 3 ++- .../resources/WebServiceResources.resx | 3 ++- .../resources/WmiResources.resx | 3 ++- .../resources/AddMember.resx | 3 ++- .../resources/AddTypeStrings.resx | 3 ++- .../resources/AliasCommandStrings.resx | 3 ++- .../resources/ConvertFromStringData.resx | 3 ++- .../resources/ConvertFromStringResources.resx | 3 ++- .../resources/ConvertStringResources.resx | 3 ++- .../resources/Debugger.resx | 3 ++- .../resources/EventingStrings.resx | 3 ++- .../resources/FlashExtractStrings.resx | 3 ++- .../resources/FormatAndOut_out_gridview.resx | 3 ++- .../resources/GetMember.resx | 3 ++- .../resources/GetRandomCommandStrings.resx | 3 ++- .../resources/GetUptimeStrings.resx | 3 ++- .../resources/HostStrings.resx | 3 ++- .../resources/HttpCommandStrings.resx | 3 ++- .../resources/ImmutableStrings.resx | 3 ++- .../resources/ImplicitRemotingStrings.resx | 3 ++- .../resources/ImportLocalizedDataStrings.resx | 3 ++- .../resources/MatchStringStrings.resx | 3 ++- .../resources/MeasureObjectStrings.resx | 3 ++- .../resources/NewObjectStrings.resx | 3 ++- .../resources/OutPrinterDisplayStrings.resx | 3 ++- .../resources/SelectObjectStrings.resx | 3 ++- .../resources/SendMailMessageStrings.resx | 3 ++- .../resources/SortObjectStrings.resx | 3 ++- .../resources/TraceCommandStrings.resx | 3 ++- .../resources/UpdateDataStrings.resx | 3 ++- .../resources/UpdateListStrings.resx | 3 ++- .../resources/UtilityCommonStrings.resx | 3 ++- .../resources/UtilityMshSnapinResources.resx | 3 ++- .../resources/VariableCommandStrings.resx | 3 ++- .../resources/WebCmdletStrings.resx | 3 ++- .../resources/WriteErrorStrings.resx | 3 ++- .../resources/WriteProgressResourceStrings.resx | 3 ++- .../resources/ConsoleControlStrings.resx | 3 ++- .../resources/ConsoleHostRawUserInterfaceStrings.resx | 3 ++- .../resources/ConsoleHostUserInterfaceSecurityResources.resx | 3 ++- .../resources/ConsoleHostUserInterfaceStrings.resx | 3 ++- .../resources/HostMshSnapinResources.resx | 3 ++- .../resources/ProgressNodeStrings.resx | 3 ++- .../resources/TranscriptStrings.resx | 3 ++- .../resources/DotNetEventingStrings.resx | 3 ++- .../resources/GraphicalHostResources.resx | 3 ++- .../resources/HelpWindowResources.resx | 3 ++- .../resources/InvariantResources.resx | 3 ++- .../resources/ShowCommandResources.resx | 3 ++- .../resources/UICultureResources.resx | 3 ++- .../resources/XamlLocalizableResources.resx | 3 ++- .../resources/Microsoft.PowerShell.LocalAccounts.Strings.resx | 3 ++- src/Microsoft.PowerShell.PSReadLine/PSReadLineResources.resx | 3 ++- .../resources/ScheduledJobErrorStrings.resx | 3 ++- .../resources/CertificateCommands.resx | 3 ++- .../resources/CertificateProviderStrings.resx | 2 +- src/Microsoft.PowerShell.Security/resources/CmsCommands.resx | 3 ++- .../resources/ExecutionPolicyCommands.resx | 3 ++- .../resources/SecureStringCommands.resx | 3 ++- .../resources/SecurityMshSnapinResources.resx | 3 ++- .../resources/SignatureCommands.resx | 3 ++- .../resources/GeneratedActivitiesResources.resx | 3 ++- .../resources/Resources.resx | 3 ++- src/System.Management.Automation/resources/Authenticode.resx | 3 ++- .../resources/AuthorizationManagerBase.resx | 3 ++- src/System.Management.Automation/resources/CatalogStrings.resx | 3 ++- .../resources/CimInstanceTypeAdapterResources.resx | 3 ++- .../resources/CommandBaseStrings.resx | 3 ++- .../resources/ConsoleInfoErrorStrings.resx | 3 ++- .../resources/CoreClrStubResources.resx | 3 ++- .../resources/CoreMshSnapinResources.resx | 3 ++- src/System.Management.Automation/resources/CredUI.resx | 3 ++- src/System.Management.Automation/resources/Credential.resx | 3 ++- .../resources/CredentialAttributeStrings.resx | 3 ++- .../resources/DebuggerStrings.resx | 3 ++- .../resources/DescriptionsStrings.resx | 3 ++- .../resources/DiscoveryExceptions.resx | 3 ++- .../resources/EnumExpressionEvaluatorStrings.resx | 3 ++- src/System.Management.Automation/resources/ErrorPackage.resx | 3 ++- .../resources/ErrorPackageRemoting.resx | 3 ++- .../resources/EtwLoggingStrings.resx | 3 ++- .../resources/EventingResources.resx | 3 ++- .../resources/ExtendedTypeSystem.resx | 3 ++- .../resources/FileSystemProviderStrings.resx | 3 ++- .../resources/FormatAndOutXmlLoadingStrings.resx | 3 ++- .../resources/FormatAndOut_MshParameter.resx | 3 ++- .../resources/FormatAndOut_format_xxx.resx | 3 ++- .../resources/FormatAndOut_out_xxx.resx | 3 ++- src/System.Management.Automation/resources/GetErrorText.resx | 3 ++- .../resources/HelpDisplayStrings.resx | 3 ++- src/System.Management.Automation/resources/HelpErrors.resx | 3 ++- src/System.Management.Automation/resources/HistoryStrings.resx | 3 ++- .../resources/HostInterfaceExceptionsStrings.resx | 3 ++- .../resources/InternalCommandStrings.resx | 3 ++- .../resources/InternalHostStrings.resx | 3 ++- .../resources/InternalHostUserInterfaceStrings.resx | 3 ++- src/System.Management.Automation/resources/Metadata.resx | 3 ++- .../resources/MiniShellErrors.resx | 3 ++- .../resources/MshHostRawUserInterfaceStrings.resx | 3 ++- src/System.Management.Automation/resources/MshSignature.resx | 3 ++- .../resources/MshSnapInCmdletResources.resx | 3 ++- src/System.Management.Automation/resources/MshSnapinInfo.resx | 3 ++- src/System.Management.Automation/resources/NativeCP.resx | 3 ++- .../resources/PSCommandStrings.resx | 3 ++- .../resources/PSDataBufferStrings.resx | 3 ++- .../resources/PSListModifierStrings.resx | 3 ++- .../resources/ParameterBinderStrings.resx | 3 ++- .../resources/PathUtilsStrings.resx | 3 ++- .../resources/PipelineStrings.resx | 3 ++- .../resources/PowerShellStrings.resx | 3 ++- .../resources/ProgressRecordStrings.resx | 3 ++- .../resources/ProviderBaseSecurity.resx | 3 ++- .../resources/ProxyCommandStrings.resx | 3 ++- .../resources/RegistryProviderStrings.resx | 3 ++- .../resources/RemotingErrorIdStrings.resx | 3 ++- src/System.Management.Automation/resources/RunspaceInit.resx | 3 ++- .../resources/RunspacePoolStrings.resx | 3 ++- .../resources/RunspaceStrings.resx | 3 ++- .../resources/SecuritySupportStrings.resx | 3 ++- src/System.Management.Automation/resources/Serialization.resx | 3 ++- .../resources/SessionStateProviderBaseStrings.resx | 3 ++- .../resources/SessionStateStrings.resx | 3 ++- .../resources/SuggestionStrings.resx | 3 ++- .../resources/TransactionStrings.resx | 3 ++- .../resources/TypesXmlStrings.resx | 3 ++- .../resources/WildcardPatternStrings.resx | 3 ++- 139 files changed, 277 insertions(+), 139 deletions(-) diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/resources/Microsoft.Management.Infrastructure.CimCmdlets.Strings.resx b/src/Microsoft.Management.Infrastructure.CimCmdlets/resources/Microsoft.Management.Infrastructure.CimCmdlets.Strings.resx index 7b29c7d7e37..ded2739f27a 100644 --- a/src/Microsoft.Management.Infrastructure.CimCmdlets/resources/Microsoft.Management.Infrastructure.CimCmdlets.Strings.resx +++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/resources/Microsoft.Management.Infrastructure.CimCmdlets.Strings.resx @@ -225,4 +225,5 @@ Unable to resolve the parameter set name. N/A - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Management/resources/ClearRecycleBinResources.resx b/src/Microsoft.PowerShell.Commands.Management/resources/ClearRecycleBinResources.resx index 41200742fc9..840c012fa86 100644 --- a/src/Microsoft.PowerShell.Commands.Management/resources/ClearRecycleBinResources.resx +++ b/src/Microsoft.PowerShell.Commands.Management/resources/ClearRecycleBinResources.resx @@ -141,4 +141,5 @@ The drive with the name '{0}' is not a Fixed drive and does not support the Recycle Bin. Please run the '{1}' cmdlet to see the available Fixed drives in the system. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Management/resources/ComputerInfoResources.resx b/src/Microsoft.PowerShell.Commands.Management/resources/ComputerInfoResources.resx index c74ec11e538..9630ff779e0 100644 --- a/src/Microsoft.PowerShell.Commands.Management/resources/ComputerInfoResources.resx +++ b/src/Microsoft.PowerShell.Commands.Management/resources/ComputerInfoResources.resx @@ -141,4 +141,5 @@ Loading network adapter information - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Management/resources/ComputerResources.resx b/src/Microsoft.PowerShell.Commands.Management/resources/ComputerResources.resx index c5e39932b7c..59e214ce963 100644 --- a/src/Microsoft.PowerShell.Commands.Management/resources/ComputerResources.resx +++ b/src/Microsoft.PowerShell.Commands.Management/resources/ComputerResources.resx @@ -420,4 +420,5 @@ The {0} parameter is not supported for CoreCLR. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Management/resources/ControlPanelResources.resx b/src/Microsoft.PowerShell.Commands.Management/resources/ControlPanelResources.resx index 10dd01cb638..66eb22809c9 100644 --- a/src/Microsoft.PowerShell.Commands.Management/resources/ControlPanelResources.resx +++ b/src/Microsoft.PowerShell.Commands.Management/resources/ControlPanelResources.resx @@ -147,4 +147,5 @@ &Open - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Management/resources/EventlogResources.resx b/src/Microsoft.PowerShell.Commands.Management/resources/EventlogResources.resx index e76067c3b75..e7bafff1499 100644 --- a/src/Microsoft.PowerShell.Commands.Management/resources/EventlogResources.resx +++ b/src/Microsoft.PowerShell.Commands.Management/resources/EventlogResources.resx @@ -177,4 +177,5 @@ The command is not supported in this version of the operating system. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Management/resources/HotFixResources.resx b/src/Microsoft.PowerShell.Commands.Management/resources/HotFixResources.resx index a8577c18a17..cdd1f0d9e70 100644 --- a/src/Microsoft.PowerShell.Commands.Management/resources/HotFixResources.resx +++ b/src/Microsoft.PowerShell.Commands.Management/resources/HotFixResources.resx @@ -120,4 +120,5 @@ Cannot find the requested hotfix on the '{0}' computer. Verify the input and run the command again. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Management/resources/ManagementMshSnapInResources.resx b/src/Microsoft.PowerShell.Commands.Management/resources/ManagementMshSnapInResources.resx index 7b166d68245..8aa6f6a50dd 100644 --- a/src/Microsoft.PowerShell.Commands.Management/resources/ManagementMshSnapInResources.resx +++ b/src/Microsoft.PowerShell.Commands.Management/resources/ManagementMshSnapInResources.resx @@ -126,4 +126,5 @@ Management PSSnapIn - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Management/resources/NavigationResources.resx b/src/Microsoft.PowerShell.Commands.Management/resources/NavigationResources.resx index 3597ae2a8b3..2a80f7218a0 100644 --- a/src/Microsoft.PowerShell.Commands.Management/resources/NavigationResources.resx +++ b/src/Microsoft.PowerShell.Commands.Management/resources/NavigationResources.resx @@ -189,4 +189,5 @@ Current transaction - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Management/resources/ProcessCommandHelpResources.resx b/src/Microsoft.PowerShell.Commands.Management/resources/ProcessCommandHelpResources.resx index d01a9c97154..3c946896c3b 100644 --- a/src/Microsoft.PowerShell.Commands.Management/resources/ProcessCommandHelpResources.resx +++ b/src/Microsoft.PowerShell.Commands.Management/resources/ProcessCommandHelpResources.resx @@ -148,4 +148,5 @@ The command enumerates processes from the local computer, and outputs System.Dia Returns all processes with names starting with svc. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Management/resources/ProcessResources.resx b/src/Microsoft.PowerShell.Commands.Management/resources/ProcessResources.resx index 94e0c398edc..695d5c01494 100644 --- a/src/Microsoft.PowerShell.Commands.Management/resources/ProcessResources.resx +++ b/src/Microsoft.PowerShell.Commands.Management/resources/ProcessResources.resx @@ -225,4 +225,5 @@ The parameter '{0}' is not supported for the cmdlet '{1}' on this edition of PowerShell. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Management/resources/ServiceResources.resx b/src/Microsoft.PowerShell.Commands.Management/resources/ServiceResources.resx index a251f3cf314..5b5e013d90f 100644 --- a/src/Microsoft.PowerShell.Commands.Management/resources/ServiceResources.resx +++ b/src/Microsoft.PowerShell.Commands.Management/resources/ServiceResources.resx @@ -201,4 +201,5 @@ The command cannot be used to configure the service '{0}' because access to computer '{1}' is denied. Run Windows PowerShell as admin and run your command again. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Management/resources/TimeZoneResources.resx b/src/Microsoft.PowerShell.Commands.Management/resources/TimeZoneResources.resx index 860e03da823..9395b61830e 100644 --- a/src/Microsoft.PowerShell.Commands.Management/resources/TimeZoneResources.resx +++ b/src/Microsoft.PowerShell.Commands.Management/resources/TimeZoneResources.resx @@ -123,4 +123,5 @@ The time zone name '{0}' was not found on the local computer. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Management/resources/TransactionResources.resx b/src/Microsoft.PowerShell.Commands.Management/resources/TransactionResources.resx index c8d162c0cf5..decdac61679 100644 --- a/src/Microsoft.PowerShell.Commands.Management/resources/TransactionResources.resx +++ b/src/Microsoft.PowerShell.Commands.Management/resources/TransactionResources.resx @@ -120,4 +120,5 @@ Cannot use transaction. The transaction has timed out. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Management/resources/WebServiceResources.resx b/src/Microsoft.PowerShell.Commands.Management/resources/WebServiceResources.resx index 9e808e4b28f..25f13121188 100644 --- a/src/Microsoft.PowerShell.Commands.Management/resources/WebServiceResources.resx +++ b/src/Microsoft.PowerShell.Commands.Management/resources/WebServiceResources.resx @@ -123,4 +123,5 @@ The command is not supported on this operating system. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Management/resources/WmiResources.resx b/src/Microsoft.PowerShell.Commands.Management/resources/WmiResources.resx index 55431a0dae1..5068be4f4ed 100644 --- a/src/Microsoft.PowerShell.Commands.Management/resources/WmiResources.resx +++ b/src/Microsoft.PowerShell.Commands.Management/resources/WmiResources.resx @@ -135,4 +135,5 @@ {0}"{1}" - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/AddMember.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/AddMember.resx index 248f40ff023..3d06f7c62a4 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/AddMember.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/AddMember.resx @@ -156,4 +156,5 @@ The TypeName parameter should not be null, empty, or contain only white spaces. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/AddTypeStrings.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/AddTypeStrings.resx index b9a7b7f9ddc..d52c9b48326 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/AddTypeStrings.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/AddTypeStrings.resx @@ -171,4 +171,5 @@ Cannot add type. Definition of new types is not supported in this language mode. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/AliasCommandStrings.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/AliasCommandStrings.resx index 9f67281af8a..c175259dcc7 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/AliasCommandStrings.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/AliasCommandStrings.resx @@ -174,4 +174,5 @@ This command cannot find a matching alias because an alias with the {0} '{1}' does not exist. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/ConvertFromStringData.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/ConvertFromStringData.resx index 8be270c5f1b..0fe89c7ae8b 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/ConvertFromStringData.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/ConvertFromStringData.resx @@ -123,4 +123,5 @@ Data item '{1}' in line '{0}' is already defined. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/ConvertFromStringResources.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/ConvertFromStringResources.resx index 5081ee3ce6f..356049a8ddc 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/ConvertFromStringResources.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/ConvertFromStringResources.resx @@ -147,4 +147,5 @@ Template file was not found - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/ConvertStringResources.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/ConvertStringResources.resx index 8b1dd4a6e23..6e323509dc6 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/ConvertStringResources.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/ConvertStringResources.resx @@ -126,4 +126,5 @@ Convert-String appears to be having trouble parsing your data using the examples you've provided. We'd love to take a look at what went wrong - feel free to send the command you tried in a mail to psdmfb@microsoft.com. We will review all submissions, although we can't guarantee a response. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/Debugger.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/Debugger.resx index 2356eac6f1e..019d0f76f6a 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/Debugger.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/Debugger.resx @@ -174,4 +174,5 @@ Wait-Debugger called on line {0} in {1}. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/EventingStrings.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/EventingStrings.resx index d8c62daf1c8..216cd7ece9f 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/EventingStrings.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/EventingStrings.resx @@ -144,4 +144,5 @@ Remove - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/FlashExtractStrings.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/FlashExtractStrings.resx index 11c9ed4cca4..3844c5b3ccd 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/FlashExtractStrings.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/FlashExtractStrings.resx @@ -210,4 +210,5 @@ The template text contains no example to parse - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/FormatAndOut_out_gridview.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/FormatAndOut_out_gridview.resx index b3b49c309ad..c05335f29c3 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/FormatAndOut_out_gridview.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/FormatAndOut_out_gridview.resx @@ -146,4 +146,5 @@ {0} is the property "Height" {1} is the maximum allowed value for the height property. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/GetMember.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/GetMember.resx index fbe38a94d89..b0b849bccc3 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/GetMember.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/GetMember.resx @@ -120,4 +120,5 @@ You must specify an object for the Get-Member cmdlet. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/GetRandomCommandStrings.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/GetRandomCommandStrings.resx index 47bcbddb541..ae1eb672b04 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/GetRandomCommandStrings.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/GetRandomCommandStrings.resx @@ -126,4 +126,5 @@ 'minValue' cannot be greater than maxValue. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/GetUptimeStrings.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/GetUptimeStrings.resx index 419718bc16c..9f45a5f4e80 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/GetUptimeStrings.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/GetUptimeStrings.resx @@ -120,4 +120,5 @@ "The platform is not supported (System.Diagnostics.Stopwatch.IsHighResolution is false)." - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/HostStrings.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/HostStrings.resx index 0df6078ae47..177a2f2c810 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/HostStrings.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/HostStrings.resx @@ -123,4 +123,5 @@ Cannot evaluate the error because a string is not specified. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/HttpCommandStrings.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/HttpCommandStrings.resx index 63b2679930c..b31b5947085 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/HttpCommandStrings.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/HttpCommandStrings.resx @@ -123,4 +123,5 @@ This command cannot be completed due to the following error: '{0}'. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/ImmutableStrings.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/ImmutableStrings.resx index 66b58fd96da..8fff3a685f0 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/ImmutableStrings.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/ImmutableStrings.resx @@ -144,4 +144,5 @@ This operation cannot be performed on a default instance of ImmutableArray<T>. Consider initializing the array, or checking the ImmutableArray<T>.IsDefault property. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/ImplicitRemotingStrings.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/ImplicitRemotingStrings.resx index 5439a7c2e8c..9e6ee472870 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/ImplicitRemotingStrings.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/ImplicitRemotingStrings.resx @@ -228,4 +228,5 @@ The file {0} could not be signed. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/ImportLocalizedDataStrings.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/ImportLocalizedDataStrings.resx index 25a64c8c33d..e1c70f8ae87 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/ImportLocalizedDataStrings.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/ImportLocalizedDataStrings.resx @@ -143,4 +143,5 @@ The BindingVariable name '{0}' is invalid. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/MatchStringStrings.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/MatchStringStrings.resx index 0c207553da4..f063f36318a 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/MatchStringStrings.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/MatchStringStrings.resx @@ -129,4 +129,5 @@ The string {0} is not a valid regular expression: {1} - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/MeasureObjectStrings.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/MeasureObjectStrings.resx index 9091fcea4a9..0d932d4137c 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/MeasureObjectStrings.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/MeasureObjectStrings.resx @@ -126,4 +126,5 @@ Input object "{0}" is not numeric. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/NewObjectStrings.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/NewObjectStrings.resx index 36f01876d8d..c8ca7e497c5 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/NewObjectStrings.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/NewObjectStrings.resx @@ -144,4 +144,5 @@ {0} Please note that Single-Threaded Apartment is not supported in PowerShell Core. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/OutPrinterDisplayStrings.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/OutPrinterDisplayStrings.resx index 27c705f2e6d..c16edb50a2c 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/OutPrinterDisplayStrings.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/OutPrinterDisplayStrings.resx @@ -121,4 +121,5 @@ Courier New {StringCategory="Font Name"} - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/SelectObjectStrings.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/SelectObjectStrings.resx index c44a44cc70f..b7ac0666017 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/SelectObjectStrings.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/SelectObjectStrings.resx @@ -132,4 +132,5 @@ A property is an empty script block and does not provide a name. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/SendMailMessageStrings.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/SendMailMessageStrings.resx index e0502dc7f4a..28159f0adbb 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/SendMailMessageStrings.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/SendMailMessageStrings.resx @@ -120,4 +120,5 @@ The email cannot be sent because no SMTP server was specified. You must specify an SMTP server by using either the SmtpServer parameter or the $PSEmailServer variable. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/SortObjectStrings.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/SortObjectStrings.resx index 70f233d138a..c885eaaf864 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/SortObjectStrings.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/SortObjectStrings.resx @@ -120,4 +120,5 @@ "Sort-Object" - "{0}" cannot be found in "InputObject". - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/TraceCommandStrings.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/TraceCommandStrings.resx index 977f687bdb6..198cf05df23 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/TraceCommandStrings.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/TraceCommandStrings.resx @@ -126,4 +126,5 @@ Trace output can only be written to a single file. The path '{0}' resolved to more than one file. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/UpdateDataStrings.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/UpdateDataStrings.resx index 266d6f68d9a..ba113b0bec3 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/UpdateDataStrings.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/UpdateDataStrings.resx @@ -186,4 +186,5 @@ Cannot update the type data with a TypeTable instance. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/UpdateListStrings.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/UpdateListStrings.resx index cb92ff5657e..d28b57852ae 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/UpdateListStrings.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/UpdateListStrings.resx @@ -126,4 +126,5 @@ You must specify the InputObject parameter when the Property parameter is specified. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/UtilityCommonStrings.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/UtilityCommonStrings.resx index 24bcc7b970d..77c7f3c3953 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/UtilityCommonStrings.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/UtilityCommonStrings.resx @@ -174,4 +174,5 @@ '{0}' is not supported in this system. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/UtilityMshSnapinResources.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/UtilityMshSnapinResources.resx index 36cd92c4014..73c8e41a920 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/UtilityMshSnapinResources.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/UtilityMshSnapinResources.resx @@ -126,4 +126,5 @@ Windows PowerShell utility snap-in - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/VariableCommandStrings.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/VariableCommandStrings.resx index aa71df40174..4202b2dbe50 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/VariableCommandStrings.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/VariableCommandStrings.resx @@ -147,4 +147,5 @@ Name: {0} - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/WebCmdletStrings.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/WebCmdletStrings.resx index 5fe4258353a..6947ce889ab 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/WebCmdletStrings.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/WebCmdletStrings.resx @@ -213,4 +213,5 @@ Response status code does not indicate success: {0} ({1}). - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/WriteErrorStrings.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/WriteErrorStrings.resx index 40d013550c1..9c8a65e4bbe 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/WriteErrorStrings.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/WriteErrorStrings.resx @@ -120,4 +120,5 @@ "The Write-Error cmdlet reported an error." - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Commands.Utility/resources/WriteProgressResourceStrings.resx b/src/Microsoft.PowerShell.Commands.Utility/resources/WriteProgressResourceStrings.resx index 90f94966119..35f5ab0e548 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/resources/WriteProgressResourceStrings.resx +++ b/src/Microsoft.PowerShell.Commands.Utility/resources/WriteProgressResourceStrings.resx @@ -126,4 +126,5 @@ Processing - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.ConsoleHost/resources/ConsoleControlStrings.resx b/src/Microsoft.PowerShell.ConsoleHost/resources/ConsoleControlStrings.resx index 822bec84fb1..ac26862c5ae 100644 --- a/src/Microsoft.PowerShell.ConsoleHost/resources/ConsoleControlStrings.resx +++ b/src/Microsoft.PowerShell.ConsoleHost/resources/ConsoleControlStrings.resx @@ -210,4 +210,5 @@ The Win32 internal error "{0}" 0x{1:X} occurred while setting console font information. Contact Microsoft Customer Support Services. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.ConsoleHost/resources/ConsoleHostRawUserInterfaceStrings.resx b/src/Microsoft.PowerShell.ConsoleHost/resources/ConsoleHostRawUserInterfaceStrings.resx index 580c4dfdffb..e4847eb0080 100644 --- a/src/Microsoft.PowerShell.ConsoleHost/resources/ConsoleHostRawUserInterfaceStrings.resx +++ b/src/Microsoft.PowerShell.ConsoleHost/resources/ConsoleHostRawUserInterfaceStrings.resx @@ -177,4 +177,5 @@ {0}: {1} - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.ConsoleHost/resources/ConsoleHostUserInterfaceSecurityResources.resx b/src/Microsoft.PowerShell.ConsoleHost/resources/ConsoleHostUserInterfaceSecurityResources.resx index 6534f0e39bb..4e0a3012879 100644 --- a/src/Microsoft.PowerShell.ConsoleHost/resources/ConsoleHostUserInterfaceSecurityResources.resx +++ b/src/Microsoft.PowerShell.ConsoleHost/resources/ConsoleHostUserInterfaceSecurityResources.resx @@ -123,4 +123,5 @@ Password for user {0}: - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.ConsoleHost/resources/ConsoleHostUserInterfaceStrings.resx b/src/Microsoft.PowerShell.ConsoleHost/resources/ConsoleHostUserInterfaceStrings.resx index 7caddfeb529..3d0f736d822 100644 --- a/src/Microsoft.PowerShell.ConsoleHost/resources/ConsoleHostUserInterfaceStrings.resx +++ b/src/Microsoft.PowerShell.ConsoleHost/resources/ConsoleHostUserInterfaceStrings.resx @@ -192,4 +192,5 @@ Windows PowerShell is in NonInteractive mode. Read and Prompt functionality is not available. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.ConsoleHost/resources/HostMshSnapinResources.resx b/src/Microsoft.PowerShell.ConsoleHost/resources/HostMshSnapinResources.resx index 1ac9c3ede1f..e662d9f7df3 100644 --- a/src/Microsoft.PowerShell.ConsoleHost/resources/HostMshSnapinResources.resx +++ b/src/Microsoft.PowerShell.ConsoleHost/resources/HostMshSnapinResources.resx @@ -126,4 +126,5 @@ Host Windows PowerShell Snap-In. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.ConsoleHost/resources/ProgressNodeStrings.resx b/src/Microsoft.PowerShell.ConsoleHost/resources/ProgressNodeStrings.resx index 8b1623ac180..8230fc2861b 100644 --- a/src/Microsoft.PowerShell.ConsoleHost/resources/ProgressNodeStrings.resx +++ b/src/Microsoft.PowerShell.ConsoleHost/resources/ProgressNodeStrings.resx @@ -126,4 +126,5 @@ {0} activities not shown... - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.ConsoleHost/resources/TranscriptStrings.resx b/src/Microsoft.PowerShell.ConsoleHost/resources/TranscriptStrings.resx index 871749d3a65..b0c32ce0c5f 100644 --- a/src/Microsoft.PowerShell.ConsoleHost/resources/TranscriptStrings.resx +++ b/src/Microsoft.PowerShell.ConsoleHost/resources/TranscriptStrings.resx @@ -144,4 +144,5 @@ An error occurred stopping transcription: {0} - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.CoreCLR.Eventing/resources/DotNetEventingStrings.resx b/src/Microsoft.PowerShell.CoreCLR.Eventing/resources/DotNetEventingStrings.resx index 1ea290a2412..58935635ff0 100644 --- a/src/Microsoft.PowerShell.CoreCLR.Eventing/resources/DotNetEventingStrings.resx +++ b/src/Microsoft.PowerShell.CoreCLR.Eventing/resources/DotNetEventingStrings.resx @@ -132,4 +132,5 @@ Delimiter cannot be an empty string. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.GraphicalHost/resources/GraphicalHostResources.resx b/src/Microsoft.PowerShell.GraphicalHost/resources/GraphicalHostResources.resx index 73c39876e57..c89d267e3ad 100644 --- a/src/Microsoft.PowerShell.GraphicalHost/resources/GraphicalHostResources.resx +++ b/src/Microsoft.PowerShell.GraphicalHost/resources/GraphicalHostResources.resx @@ -120,4 +120,5 @@ OutGridViewWindow Object - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.GraphicalHost/resources/HelpWindowResources.resx b/src/Microsoft.PowerShell.GraphicalHost/resources/HelpWindowResources.resx index 0eb4d7d2554..b69c104d31b 100644 --- a/src/Microsoft.PowerShell.GraphicalHost/resources/HelpWindowResources.resx +++ b/src/Microsoft.PowerShell.GraphicalHost/resources/HelpWindowResources.resx @@ -227,4 +227,5 @@ Zoom - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.GraphicalHost/resources/InvariantResources.resx b/src/Microsoft.PowerShell.GraphicalHost/resources/InvariantResources.resx index abfe2bb4408..636cfbe94b1 100644 --- a/src/Microsoft.PowerShell.GraphicalHost/resources/InvariantResources.resx +++ b/src/Microsoft.PowerShell.GraphicalHost/resources/InvariantResources.resx @@ -145,4 +145,5 @@ If View is set to a {0}, it should have the type {1}. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.GraphicalHost/resources/ShowCommandResources.resx b/src/Microsoft.PowerShell.GraphicalHost/resources/ShowCommandResources.resx index efca466c77c..df3cb631059 100644 --- a/src/Microsoft.PowerShell.GraphicalHost/resources/ShowCommandResources.resx +++ b/src/Microsoft.PowerShell.GraphicalHost/resources/ShowCommandResources.resx @@ -236,4 +236,5 @@ Module: {1} ({2}) Click after using "{0}" to see the new commands - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.GraphicalHost/resources/UICultureResources.resx b/src/Microsoft.PowerShell.GraphicalHost/resources/UICultureResources.resx index 56056efdf5f..42d0abc9c15 100644 --- a/src/Microsoft.PowerShell.GraphicalHost/resources/UICultureResources.resx +++ b/src/Microsoft.PowerShell.GraphicalHost/resources/UICultureResources.resx @@ -227,4 +227,5 @@ Ctrl+Shift+Minus - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.GraphicalHost/resources/XamlLocalizableResources.resx b/src/Microsoft.PowerShell.GraphicalHost/resources/XamlLocalizableResources.resx index 95851062359..85403c621ad 100644 --- a/src/Microsoft.PowerShell.GraphicalHost/resources/XamlLocalizableResources.resx +++ b/src/Microsoft.PowerShell.GraphicalHost/resources/XamlLocalizableResources.resx @@ -411,4 +411,5 @@ OK - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.LocalAccounts/resources/Microsoft.PowerShell.LocalAccounts.Strings.resx b/src/Microsoft.PowerShell.LocalAccounts/resources/Microsoft.PowerShell.LocalAccounts.Strings.resx index 946e81cf0b2..c805d197951 100644 --- a/src/Microsoft.PowerShell.LocalAccounts/resources/Microsoft.PowerShell.LocalAccounts.Strings.resx +++ b/src/Microsoft.PowerShell.LocalAccounts/resources/Microsoft.PowerShell.LocalAccounts.Strings.resx @@ -231,4 +231,5 @@ User {0} was not found. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.PSReadLine/PSReadLineResources.resx b/src/Microsoft.PowerShell.PSReadLine/PSReadLineResources.resx index 545ecd2457a..e9a4a56ea25 100644 --- a/src/Microsoft.PowerShell.PSReadLine/PSReadLineResources.resx +++ b/src/Microsoft.PowerShell.PSReadLine/PSReadLineResources.resx @@ -717,4 +717,5 @@ Or not saving history with: An exception occurred in custom key handler, see $error for more information: {0} - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.ScheduledJob/resources/ScheduledJobErrorStrings.resx b/src/Microsoft.PowerShell.ScheduledJob/resources/ScheduledJobErrorStrings.resx index 72835e6490f..3c2ad1e987e 100644 --- a/src/Microsoft.PowerShell.ScheduledJob/resources/ScheduledJobErrorStrings.resx +++ b/src/Microsoft.PowerShell.ScheduledJob/resources/ScheduledJobErrorStrings.resx @@ -384,4 +384,5 @@ the scheduled job definition is disabled - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Security/resources/CertificateCommands.resx b/src/Microsoft.PowerShell.Security/resources/CertificateCommands.resx index 22007856bce..a434fc63fdb 100644 --- a/src/Microsoft.PowerShell.Security/resources/CertificateCommands.resx +++ b/src/Microsoft.PowerShell.Security/resources/CertificateCommands.resx @@ -126,4 +126,5 @@ The following file could not be found: {0}. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Security/resources/CertificateProviderStrings.resx b/src/Microsoft.PowerShell.Security/resources/CertificateProviderStrings.resx index b1d1c99692b..88754bcb4ec 100644 --- a/src/Microsoft.PowerShell.Security/resources/CertificateProviderStrings.resx +++ b/src/Microsoft.PowerShell.Security/resources/CertificateProviderStrings.resx @@ -189,4 +189,4 @@ . The following error may be a result of user credentials required on the remote machine. See Enable-WSManCredSSP Cmdlet help on how to enable and use CredSSP for delegation with Windows PowerShell remoting. - \ No newline at end of file + diff --git a/src/Microsoft.PowerShell.Security/resources/CmsCommands.resx b/src/Microsoft.PowerShell.Security/resources/CmsCommands.resx index 928e16b833b..d6a180c9366 100644 --- a/src/Microsoft.PowerShell.Security/resources/CmsCommands.resx +++ b/src/Microsoft.PowerShell.Security/resources/CmsCommands.resx @@ -126,4 +126,5 @@ Cannot unprotect message. The input contained no encrypted content. Specify the '{0}' parameter if you wish to output the original content when no encrypted content is detected. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Security/resources/ExecutionPolicyCommands.resx b/src/Microsoft.PowerShell.Security/resources/ExecutionPolicyCommands.resx index 743c85f025b..94346ebe15f 100644 --- a/src/Microsoft.PowerShell.Security/resources/ExecutionPolicyCommands.resx +++ b/src/Microsoft.PowerShell.Security/resources/ExecutionPolicyCommands.resx @@ -138,4 +138,5 @@ {0} To change the execution policy for the default (LocalMachine) scope, start Windows PowerShell with the "Run as administrator" option. To change the execution policy for the current user, run "Set-ExecutionPolicy -Scope CurrentUser". - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Security/resources/SecureStringCommands.resx b/src/Microsoft.PowerShell.Security/resources/SecureStringCommands.resx index 64323f4cd35..1079f5ce117 100644 --- a/src/Microsoft.PowerShell.Security/resources/SecureStringCommands.resx +++ b/src/Microsoft.PowerShell.Security/resources/SecureStringCommands.resx @@ -123,4 +123,5 @@ The system cannot protect plain text input. To suppress this warning and convert the plain text to a SecureString, reissue the command specifying the Force parameter. For more information ,type: get-help ConvertTo-SecureString. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Security/resources/SecurityMshSnapinResources.resx b/src/Microsoft.PowerShell.Security/resources/SecurityMshSnapinResources.resx index 2ce0b1a4961..2518c97a8c1 100644 --- a/src/Microsoft.PowerShell.Security/resources/SecurityMshSnapinResources.resx +++ b/src/Microsoft.PowerShell.Security/resources/SecurityMshSnapinResources.resx @@ -126,4 +126,5 @@ Security Windows PowerShell Snap-In. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Security/resources/SignatureCommands.resx b/src/Microsoft.PowerShell.Security/resources/SignatureCommands.resx index 20bc9985530..ff2c98675af 100644 --- a/src/Microsoft.PowerShell.Security/resources/SignatureCommands.resx +++ b/src/Microsoft.PowerShell.Security/resources/SignatureCommands.resx @@ -129,4 +129,5 @@ File {0} was not found. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Utility.Activities/resources/GeneratedActivitiesResources.resx b/src/Microsoft.PowerShell.Utility.Activities/resources/GeneratedActivitiesResources.resx index 5518800762d..a1e9ef430cc 100644 --- a/src/Microsoft.PowerShell.Utility.Activities/resources/GeneratedActivitiesResources.resx +++ b/src/Microsoft.PowerShell.Utility.Activities/resources/GeneratedActivitiesResources.resx @@ -121,4 +121,5 @@ Cannot have an empty BaseDirectory for importing localized data. Please specify a valid BaseDirectory and run the command again. BaseDirectory should not be localized. This is a parameter. - \ No newline at end of file + + diff --git a/src/Microsoft.PowerShell.Workflow.ServiceCore/resources/Resources.resx b/src/Microsoft.PowerShell.Workflow.ServiceCore/resources/Resources.resx index 830d8dde645..e5337863369 100644 --- a/src/Microsoft.PowerShell.Workflow.ServiceCore/resources/Resources.resx +++ b/src/Microsoft.PowerShell.Workflow.ServiceCore/resources/Resources.resx @@ -426,4 +426,5 @@ For more information about how to add checkpoints, see the help topics for Windo The debugger Quit command has stopped the workflow job. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/Authenticode.resx b/src/System.Management.Automation/resources/Authenticode.resx index 18f899b23b3..7afc5cf5642 100644 --- a/src/System.Management.Automation/resources/Authenticode.resx +++ b/src/System.Management.Automation/resources/Authenticode.resx @@ -192,4 +192,5 @@ Pause the current pipeline and return to the command prompt. Type exit to resume operation when you are done. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/AuthorizationManagerBase.resx b/src/System.Management.Automation/resources/AuthorizationManagerBase.resx index 9f790d68d5c..d3de6c9064b 100644 --- a/src/System.Management.Automation/resources/AuthorizationManagerBase.resx +++ b/src/System.Management.Automation/resources/AuthorizationManagerBase.resx @@ -120,4 +120,5 @@ AuthorizationManager check failed. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/CatalogStrings.resx b/src/System.Management.Automation/resources/CatalogStrings.resx index e52676f6434..a82ebf80dd9 100644 --- a/src/System.Management.Automation/resources/CatalogStrings.resx +++ b/src/System.Management.Automation/resources/CatalogStrings.resx @@ -165,4 +165,5 @@ Unable to read file {0} to calculate its hash. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/CimInstanceTypeAdapterResources.resx b/src/System.Management.Automation/resources/CimInstanceTypeAdapterResources.resx index 00205f6fe50..302f81ee709 100644 --- a/src/System.Management.Automation/resources/CimInstanceTypeAdapterResources.resx +++ b/src/System.Management.Automation/resources/CimInstanceTypeAdapterResources.resx @@ -124,4 +124,5 @@ "{0}" is a ReadOnly property. {0} gets property name - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/CommandBaseStrings.resx b/src/System.Management.Automation/resources/CommandBaseStrings.resx index 709828117d2..93185a0fd17 100644 --- a/src/System.Management.Automation/resources/CommandBaseStrings.resx +++ b/src/System.Management.Automation/resources/CommandBaseStrings.resx @@ -213,4 +213,5 @@ Reviewed by TArcher on 2010-07-20 The {0} is obsolete. {1} - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/ConsoleInfoErrorStrings.resx b/src/System.Management.Automation/resources/ConsoleInfoErrorStrings.resx index 4319fde4591..df3a0a2493e 100644 --- a/src/System.Management.Automation/resources/ConsoleInfoErrorStrings.resx +++ b/src/System.Management.Automation/resources/ConsoleInfoErrorStrings.resx @@ -234,4 +234,5 @@ The Save operation failed. Cannot remove the file {0}. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/CoreClrStubResources.resx b/src/System.Management.Automation/resources/CoreClrStubResources.resx index 8391f4a0548..250d6d9cef5 100644 --- a/src/System.Management.Automation/resources/CoreClrStubResources.resx +++ b/src/System.Management.Automation/resources/CoreClrStubResources.resx @@ -138,4 +138,5 @@ Unknown error "{0}". - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/CoreMshSnapinResources.resx b/src/System.Management.Automation/resources/CoreMshSnapinResources.resx index 25a961e579e..d5605e0ab5e 100644 --- a/src/System.Management.Automation/resources/CoreMshSnapinResources.resx +++ b/src/System.Management.Automation/resources/CoreMshSnapinResources.resx @@ -126,4 +126,5 @@ Core Windows PowerShell snap-in - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/CredUI.resx b/src/System.Management.Automation/resources/CredUI.resx index 4fbd0d22f30..6ed31deba0c 100644 --- a/src/System.Management.Automation/resources/CredUI.resx +++ b/src/System.Management.Automation/resources/CredUI.resx @@ -135,4 +135,5 @@ The maximum length of the UserName value is {0} characters. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/Credential.resx b/src/System.Management.Automation/resources/Credential.resx index 5ec817949ce..acf12e86ea7 100644 --- a/src/System.Management.Automation/resources/Credential.resx +++ b/src/System.Management.Automation/resources/Credential.resx @@ -126,4 +126,5 @@ The value for UserName is not in the correct format. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/CredentialAttributeStrings.resx b/src/System.Management.Automation/resources/CredentialAttributeStrings.resx index 6c3078f3670..61c72b1575d 100644 --- a/src/System.Management.Automation/resources/CredentialAttributeStrings.resx +++ b/src/System.Management.Automation/resources/CredentialAttributeStrings.resx @@ -123,4 +123,5 @@ Enter your credentials. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/DebuggerStrings.resx b/src/System.Management.Automation/resources/DebuggerStrings.resx index d273a71c75c..23125159362 100644 --- a/src/System.Management.Automation/resources/DebuggerStrings.resx +++ b/src/System.Management.Automation/resources/DebuggerStrings.resx @@ -249,4 +249,5 @@ The current session does not support debugging; operation will continue. The debugger detach command is not applicable. The detach command only applies when debugging jobs and runspaces with the Debug-Job or Debug-Runspace cmdlets. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/DescriptionsStrings.resx b/src/System.Management.Automation/resources/DescriptionsStrings.resx index 18d7e09eb82..f46836c4608 100644 --- a/src/System.Management.Automation/resources/DescriptionsStrings.resx +++ b/src/System.Management.Automation/resources/DescriptionsStrings.resx @@ -120,4 +120,5 @@ {0} cannot be null or empty. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/DiscoveryExceptions.resx b/src/System.Management.Automation/resources/DiscoveryExceptions.resx index f3e656f7273..8bf820cc1bb 100644 --- a/src/System.Management.Automation/resources/DiscoveryExceptions.resx +++ b/src/System.Management.Automation/resources/DiscoveryExceptions.resx @@ -223,4 +223,5 @@ The #requires statement must be in one of the following formats: The ShowCommandInfo and Syntax parameters cannot be specified together. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/EnumExpressionEvaluatorStrings.resx b/src/System.Management.Automation/resources/EnumExpressionEvaluatorStrings.resx index 0c53b6f14d9..8440df86e54 100644 --- a/src/System.Management.Automation/resources/EnumExpressionEvaluatorStrings.resx +++ b/src/System.Management.Automation/resources/EnumExpressionEvaluatorStrings.resx @@ -145,4 +145,5 @@ Unable to parse the expression due to an unexpected token. An identifier name or a NOT (!) operator is expected at the start of the expression, or after an OR (,) operator or an AND (+) operator. Also, an expression must not end with an OR (,), AND (+) or NOT (!) operator. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/ErrorPackage.resx b/src/System.Management.Automation/resources/ErrorPackage.resx index bd88dd8195a..60c3546cf44 100644 --- a/src/System.Management.Automation/resources/ErrorPackage.resx +++ b/src/System.Management.Automation/resources/ErrorPackage.resx @@ -140,4 +140,5 @@ The value {0} is not supported for an ActionPreference variable. The provided value should be used only as a value for a preference parameter. For more information, see the Help topic, "about_Preference_Variables." - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/ErrorPackageRemoting.resx b/src/System.Management.Automation/resources/ErrorPackageRemoting.resx index 42e17ceb5a0..ef0fd47c078 100644 --- a/src/System.Management.Automation/resources/ErrorPackageRemoting.resx +++ b/src/System.Management.Automation/resources/ErrorPackageRemoting.resx @@ -117,4 +117,5 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/EtwLoggingStrings.resx b/src/System.Management.Automation/resources/EtwLoggingStrings.resx index 418fcbfed35..b0cf2daa68c 100644 --- a/src/System.Management.Automation/resources/EtwLoggingStrings.resx +++ b/src/System.Management.Automation/resources/EtwLoggingStrings.resx @@ -222,4 +222,5 @@ Variable {0} changed to {1}. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/EventingResources.resx b/src/System.Management.Automation/resources/EventingResources.resx index df681d7a9e2..ba11edbca2e 100644 --- a/src/System.Management.Automation/resources/EventingResources.resx +++ b/src/System.Management.Automation/resources/EventingResources.resx @@ -138,4 +138,5 @@ Cannot subscribe to the specified event. A subscriber with the source identifier '{0}' already exists. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/ExtendedTypeSystem.resx b/src/System.Management.Automation/resources/ExtendedTypeSystem.resx index bbccb93d8bf..9f88b5d3894 100644 --- a/src/System.Management.Automation/resources/ExtendedTypeSystem.resx +++ b/src/System.Management.Automation/resources/ExtendedTypeSystem.resx @@ -370,4 +370,5 @@ PS> [System.Collections.Generic.Comparer``1]::get_Default() Cannot convert value to type "{0}". Only core types are supported in this language mode. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/FileSystemProviderStrings.resx b/src/System.Management.Automation/resources/FileSystemProviderStrings.resx index 1b1029f0a14..008f728ab08 100644 --- a/src/System.Management.Automation/resources/FileSystemProviderStrings.resx +++ b/src/System.Management.Automation/resources/FileSystemProviderStrings.resx @@ -339,4 +339,5 @@ Maximum size for drive has been exceeded: {0}. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/FormatAndOutXmlLoadingStrings.resx b/src/System.Management.Automation/resources/FormatAndOutXmlLoadingStrings.resx index 020736a0ddb..6d191fbc4e5 100644 --- a/src/System.Management.Automation/resources/FormatAndOutXmlLoadingStrings.resx +++ b/src/System.Management.Automation/resources/FormatAndOutXmlLoadingStrings.resx @@ -321,4 +321,5 @@ A shared format table cannot be updated with more than one entry. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/FormatAndOut_MshParameter.resx b/src/System.Management.Automation/resources/FormatAndOut_MshParameter.resx index 9fab48c0386..41798264881 100644 --- a/src/System.Management.Automation/resources/FormatAndOut_MshParameter.resx +++ b/src/System.Management.Automation/resources/FormatAndOut_MshParameter.resx @@ -174,4 +174,5 @@ The EnumerableExpansion value is not valid. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/FormatAndOut_format_xxx.resx b/src/System.Management.Automation/resources/FormatAndOut_format_xxx.resx index b3166ea2fc2..edfb424b110 100644 --- a/src/System.Management.Automation/resources/FormatAndOut_format_xxx.resx +++ b/src/System.Management.Automation/resources/FormatAndOut_format_xxx.resx @@ -179,4 +179,5 @@ Failed to interpret format string "{0}". - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/FormatAndOut_out_xxx.resx b/src/System.Management.Automation/resources/FormatAndOut_out_xxx.resx index b279684e7b4..fc88533dd81 100644 --- a/src/System.Management.Automation/resources/FormatAndOut_out_xxx.resx +++ b/src/System.Management.Automation/resources/FormatAndOut_out_xxx.resx @@ -135,4 +135,5 @@ Output to File - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/GetErrorText.resx b/src/System.Management.Automation/resources/GetErrorText.resx index 0e1a8744805..1008e135055 100644 --- a/src/System.Management.Automation/resources/GetErrorText.resx +++ b/src/System.Management.Automation/resources/GetErrorText.resx @@ -144,4 +144,5 @@ The pipeline failed due to call depth overflow. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/HelpDisplayStrings.resx b/src/System.Management.Automation/resources/HelpDisplayStrings.resx index 6776022cf40..43692b2accc 100644 --- a/src/System.Management.Automation/resources/HelpDisplayStrings.resx +++ b/src/System.Management.Automation/resources/HelpDisplayStrings.resx @@ -492,4 +492,5 @@ To update help again, add the Force parameter to your command. METHODS - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/HelpErrors.resx b/src/System.Management.Automation/resources/HelpErrors.resx index d14643009b3..4605bb8d398 100644 --- a/src/System.Management.Automation/resources/HelpErrors.resx +++ b/src/System.Management.Automation/resources/HelpErrors.resx @@ -186,4 +186,5 @@ ForwardHelpTargetName cannot refer to the function itself. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/HistoryStrings.resx b/src/System.Management.Automation/resources/HistoryStrings.resx index 16bfa968127..72832997813 100644 --- a/src/System.Management.Automation/resources/HistoryStrings.resx +++ b/src/System.Management.Automation/resources/HistoryStrings.resx @@ -156,4 +156,5 @@ The count cannot be combined with multiple CommandLine parameters. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/HostInterfaceExceptionsStrings.resx b/src/System.Management.Automation/resources/HostInterfaceExceptionsStrings.resx index 1dbf057ee59..808fce6ebc2 100644 --- a/src/System.Management.Automation/resources/HostInterfaceExceptionsStrings.resx +++ b/src/System.Management.Automation/resources/HostInterfaceExceptionsStrings.resx @@ -129,4 +129,5 @@ The method cannot be invoked because the pool has been closed or has failed. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/InternalCommandStrings.resx b/src/System.Management.Automation/resources/InternalCommandStrings.resx index 979543f11a1..455797a3ff0 100644 --- a/src/System.Management.Automation/resources/InternalCommandStrings.resx +++ b/src/System.Management.Automation/resources/InternalCommandStrings.resx @@ -165,4 +165,5 @@ The specified operator requires both the -Property and -Value parameters. Provide values for both parameters, and then try the command again. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/InternalHostStrings.resx b/src/System.Management.Automation/resources/InternalHostStrings.resx index d9a77868117..ae8a5843bb6 100644 --- a/src/System.Management.Automation/resources/InternalHostStrings.resx +++ b/src/System.Management.Automation/resources/InternalHostStrings.resx @@ -123,4 +123,5 @@ EnterNestedPrompt has not been called as many times as ExitNestedPrompt. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/InternalHostUserInterfaceStrings.resx b/src/System.Management.Automation/resources/InternalHostUserInterfaceStrings.resx index 7dac7645f56..9e38481e9b3 100644 --- a/src/System.Management.Automation/resources/InternalHostUserInterfaceStrings.resx +++ b/src/System.Management.Automation/resources/InternalHostUserInterfaceStrings.resx @@ -217,4 +217,5 @@ End time: {0:yyyyMMddHHmmss} File path {0} resolves to a directory. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/Metadata.resx b/src/System.Management.Automation/resources/Metadata.resx index 96ecd548e0f..d703f48e958 100644 --- a/src/System.Management.Automation/resources/Metadata.resx +++ b/src/System.Management.Automation/resources/Metadata.resx @@ -228,4 +228,5 @@ The path argument has no root drive. Supply a full path argument with a root drive. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/MiniShellErrors.resx b/src/System.Management.Automation/resources/MiniShellErrors.resx index 90a1bb25285..dddef833bf1 100644 --- a/src/System.Management.Automation/resources/MiniShellErrors.resx +++ b/src/System.Management.Automation/resources/MiniShellErrors.resx @@ -135,4 +135,5 @@ The following errors occurred when updating the assembly list for the runspace: {0}. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/MshHostRawUserInterfaceStrings.resx b/src/System.Management.Automation/resources/MshHostRawUserInterfaceStrings.resx index fed41ed59c2..67e28dd579e 100644 --- a/src/System.Management.Automation/resources/MshHostRawUserInterfaceStrings.resx +++ b/src/System.Management.Automation/resources/MshHostRawUserInterfaceStrings.resx @@ -126,4 +126,5 @@ All strings are null or empty. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/MshSignature.resx b/src/System.Management.Automation/resources/MshSignature.resx index a55990409f0..f2bcb42c556 100644 --- a/src/System.Management.Automation/resources/MshSignature.resx +++ b/src/System.Management.Automation/resources/MshSignature.resx @@ -141,4 +141,5 @@ The signature cannot be verified because it is incompatible with the current system. The hash algorithm is not valid. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/MshSnapInCmdletResources.resx b/src/System.Management.Automation/resources/MshSnapInCmdletResources.resx index 6518cd38ca9..2162aad0a72 100644 --- a/src/System.Management.Automation/resources/MshSnapInCmdletResources.resx +++ b/src/System.Management.Automation/resources/MshSnapInCmdletResources.resx @@ -132,4 +132,5 @@ The custom Windows PowerShell snap-in is not supported in PowerShell Core. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/MshSnapinInfo.resx b/src/System.Management.Automation/resources/MshSnapinInfo.resx index ab89e0a7086..25f9572579c 100644 --- a/src/System.Management.Automation/resources/MshSnapinInfo.resx +++ b/src/System.Management.Automation/resources/MshSnapinInfo.resx @@ -156,4 +156,5 @@ No [PSVersion] attribute was found for Windows PowerShell type {0}. Add a PSVersion attribute to the type using [PSVersion(Windows PowerShell SnapinBase.PSEngineVersion)]. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/NativeCP.resx b/src/System.Management.Automation/resources/NativeCP.resx index b262908f873..fc89c71b136 100644 --- a/src/System.Management.Automation/resources/NativeCP.resx +++ b/src/System.Management.Automation/resources/NativeCP.resx @@ -144,4 +144,5 @@ Cannot process the XML from the '{0}' stream of '{1}': {2} - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/PSCommandStrings.resx b/src/System.Management.Automation/resources/PSCommandStrings.resx index 439bbf4dcfb..05d024103ca 100644 --- a/src/System.Management.Automation/resources/PSCommandStrings.resx +++ b/src/System.Management.Automation/resources/PSCommandStrings.resx @@ -120,4 +120,5 @@ A command is required to add a parameter. A command must be added to {0} before adding a parameter. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/PSDataBufferStrings.resx b/src/System.Management.Automation/resources/PSDataBufferStrings.resx index d5c9bb00501..9b97511b659 100644 --- a/src/System.Management.Automation/resources/PSDataBufferStrings.resx +++ b/src/System.Management.Automation/resources/PSDataBufferStrings.resx @@ -132,4 +132,5 @@ The SerializeInput property can only be set for the PSObject type of PSDataCollection. Set the SerializeInput property to false, or change the collection type to a PSObject. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/PSListModifierStrings.resx b/src/System.Management.Automation/resources/PSListModifierStrings.resx index 63c141856e0..9d31e7f9701 100644 --- a/src/System.Management.Automation/resources/PSListModifierStrings.resx +++ b/src/System.Management.Automation/resources/PSListModifierStrings.resx @@ -123,4 +123,5 @@ Cannot apply the update because the object is not a supported collection type. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/ParameterBinderStrings.resx b/src/System.Management.Automation/resources/ParameterBinderStrings.resx index 776c61b999c..95ff2395aa3 100644 --- a/src/System.Management.Automation/resources/ParameterBinderStrings.resx +++ b/src/System.Management.Automation/resources/ParameterBinderStrings.resx @@ -252,4 +252,5 @@ The key '{0}' has already been added to the dictionary. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/PathUtilsStrings.resx b/src/System.Management.Automation/resources/PathUtilsStrings.resx index af9e400bb36..cde85b1426c 100644 --- a/src/System.Management.Automation/resources/PathUtilsStrings.resx +++ b/src/System.Management.Automation/resources/PathUtilsStrings.resx @@ -157,4 +157,5 @@ At line:1 char:1 The module cannot be loaded because it has been generated with an incompatible version of the {0} cmdlet. Generate the module with the {0} cmdlet from the current session, and try loading the module again. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/PipelineStrings.resx b/src/System.Management.Automation/resources/PipelineStrings.resx index f1046b9124c..e49f6d0c89c 100644 --- a/src/System.Management.Automation/resources/PipelineStrings.resx +++ b/src/System.Management.Automation/resources/PipelineStrings.resx @@ -176,4 +176,5 @@ The second exception was "{2}" with stack trace "{3}". The runspace object has a null remote command associated with it. A disconnected RemotePipeline object cannot be created because there is no remote command specified. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/PowerShellStrings.resx b/src/System.Management.Automation/resources/PowerShellStrings.resx index f1bbc367b5c..61d550338c7 100644 --- a/src/System.Management.Automation/resources/PowerShellStrings.resx +++ b/src/System.Management.Automation/resources/PowerShellStrings.resx @@ -231,4 +231,5 @@ PSJobProxy does not support this control method. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/ProgressRecordStrings.resx b/src/System.Management.Automation/resources/ProgressRecordStrings.resx index 929ef04a8a8..b1e235569fc 100644 --- a/src/System.Management.Automation/resources/ProgressRecordStrings.resx +++ b/src/System.Management.Automation/resources/ProgressRecordStrings.resx @@ -129,4 +129,5 @@ ParentActivityId cannot be the same as the ActivityId. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/ProviderBaseSecurity.resx b/src/System.Management.Automation/resources/ProviderBaseSecurity.resx index a876a7f8b27..e72ac65980f 100644 --- a/src/System.Management.Automation/resources/ProviderBaseSecurity.resx +++ b/src/System.Management.Automation/resources/ProviderBaseSecurity.resx @@ -120,4 +120,5 @@ Cannot use the interface because the ISecurityDescriptorCmdletProvider interface is not supported by this provider. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/ProxyCommandStrings.resx b/src/System.Management.Automation/resources/ProxyCommandStrings.resx index bc5fed6f8fd..715f270e352 100644 --- a/src/System.Management.Automation/resources/ProxyCommandStrings.resx +++ b/src/System.Management.Automation/resources/ProxyCommandStrings.resx @@ -123,4 +123,5 @@ The proxy command cannot be generated because the CommandMetadata has no name. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/RegistryProviderStrings.resx b/src/System.Management.Automation/resources/RegistryProviderStrings.resx index fccfca436c4..0db44cd6552 100644 --- a/src/System.Management.Automation/resources/RegistryProviderStrings.resx +++ b/src/System.Management.Automation/resources/RegistryProviderStrings.resx @@ -399,4 +399,5 @@ The specified handle is not valid. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/RemotingErrorIdStrings.resx b/src/System.Management.Automation/resources/RemotingErrorIdStrings.resx index 9668c4b18b6..96b1d9209fd 100644 --- a/src/System.Management.Automation/resources/RemotingErrorIdStrings.resx +++ b/src/System.Management.Automation/resources/RemotingErrorIdStrings.resx @@ -1639,4 +1639,5 @@ All WinRM sessions connected to Windows PowerShell session configurations, such The provided role capability file {0} does not have the required .psrc extension. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/RunspaceInit.resx b/src/System.Management.Automation/resources/RunspaceInit.resx index 13998da50b4..b40ec04ddc9 100644 --- a/src/System.Management.Automation/resources/RunspaceInit.resx +++ b/src/System.Management.Automation/resources/RunspaceInit.resx @@ -213,4 +213,5 @@ Edition information for the current PowerShell session - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/RunspacePoolStrings.resx b/src/System.Management.Automation/resources/RunspacePoolStrings.resx index 8d6df5d8c83..4a61c69ee4f 100644 --- a/src/System.Management.Automation/resources/RunspacePoolStrings.resx +++ b/src/System.Management.Automation/resources/RunspacePoolStrings.resx @@ -168,4 +168,5 @@ ResetRunspaceState is not supported on the server. The server must be running Windows PowerShell 5.0 or greater. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/RunspaceStrings.resx b/src/System.Management.Automation/resources/RunspaceStrings.resx index cbd264953ca..10401ff2be2 100644 --- a/src/System.Management.Automation/resources/RunspaceStrings.resx +++ b/src/System.Management.Automation/resources/RunspaceStrings.resx @@ -243,4 +243,5 @@ DefaultRunspace must be a LocalRunspace - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/SecuritySupportStrings.resx b/src/System.Management.Automation/resources/SecuritySupportStrings.resx index df04adc0c62..7499bf2c42b 100644 --- a/src/System.Management.Automation/resources/SecuritySupportStrings.resx +++ b/src/System.Management.Automation/resources/SecuritySupportStrings.resx @@ -138,4 +138,5 @@ ERROR: Could not find or use certificate: {0} - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/Serialization.resx b/src/System.Management.Automation/resources/Serialization.resx index 7f7a4df03b4..b92a4416f39 100644 --- a/src/System.Management.Automation/resources/Serialization.resx +++ b/src/System.Management.Automation/resources/Serialization.resx @@ -189,4 +189,5 @@ The specified {0} is not valid. Valid {0} length settings are either 128 bits, 192 bits, or 256 bits. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/SessionStateProviderBaseStrings.resx b/src/System.Management.Automation/resources/SessionStateProviderBaseStrings.resx index f05719af50c..70ebd9bc603 100644 --- a/src/System.Management.Automation/resources/SessionStateProviderBaseStrings.resx +++ b/src/System.Management.Automation/resources/SessionStateProviderBaseStrings.resx @@ -153,4 +153,5 @@ Item: {0} NewName: {1} - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/SessionStateStrings.resx b/src/System.Management.Automation/resources/SessionStateStrings.resx index e068d5e37ab..680b104130c 100644 --- a/src/System.Management.Automation/resources/SessionStateStrings.resx +++ b/src/System.Management.Automation/resources/SessionStateStrings.resx @@ -717,4 +717,5 @@ '{0}' parameter cannot be null or empty. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/SuggestionStrings.resx b/src/System.Management.Automation/resources/SuggestionStrings.resx index e0777ab9f51..c5cd7d552f2 100644 --- a/src/System.Management.Automation/resources/SuggestionStrings.resx +++ b/src/System.Management.Automation/resources/SuggestionStrings.resx @@ -132,4 +132,5 @@ MatchType must be 'Command', 'Error', or 'Dynamic'. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/TransactionStrings.resx b/src/System.Management.Automation/resources/TransactionStrings.resx index a5adc13f228..61b7556dee2 100644 --- a/src/System.Management.Automation/resources/TransactionStrings.resx +++ b/src/System.Management.Automation/resources/TransactionStrings.resx @@ -171,4 +171,5 @@ The base transaction cannot be set after other transactions have been created. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/TypesXmlStrings.resx b/src/System.Management.Automation/resources/TypesXmlStrings.resx index 75f593e8c0d..85db5227111 100644 --- a/src/System.Management.Automation/resources/TypesXmlStrings.resx +++ b/src/System.Management.Automation/resources/TypesXmlStrings.resx @@ -276,4 +276,5 @@ A shared type table cannot be updated with more than one entry. - \ No newline at end of file + + diff --git a/src/System.Management.Automation/resources/WildcardPatternStrings.resx b/src/System.Management.Automation/resources/WildcardPatternStrings.resx index b0e9fb9bb72..7e07b092d5c 100644 --- a/src/System.Management.Automation/resources/WildcardPatternStrings.resx +++ b/src/System.Management.Automation/resources/WildcardPatternStrings.resx @@ -120,4 +120,5 @@ The specified wildcard character pattern is not valid: {0} - \ No newline at end of file + + From 723a002033e48c31b34d1536c68c68998ece79d4 Mon Sep 17 00:00:00 2001 From: iSazonov Date: Wed, 26 Apr 2017 09:07:19 +0300 Subject: [PATCH 3/3] Remove extra char --- .../resources/ConsoleHostStrings.resx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.PowerShell.ConsoleHost/resources/ConsoleHostStrings.resx b/src/Microsoft.PowerShell.ConsoleHost/resources/ConsoleHostStrings.resx index ea87eaddbd7..cd96c019589 100644 --- a/src/Microsoft.PowerShell.ConsoleHost/resources/ConsoleHostStrings.resx +++ b/src/Microsoft.PowerShell.ConsoleHost/resources/ConsoleHostStrings.resx @@ -143,7 +143,7 @@ Windows PowerShell transcript start Start time: {0:yyyyMMddHHmmss} Username : {1}\{2} -Machinen : {3} ({4}) +Machine : {3} ({4}) **********************