Skip to content

Commit

Permalink
Remove unused strings in System.ServiceProcess (#33929)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fs00 committed Mar 22, 2020
1 parent 963b158 commit eb2657b
Showing 1 changed file with 0 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@
<data name="InvalidParameter" xml:space="preserve">
<value>Invalid value '{1}' for parameter '{0}'.</value>
</data>
<data name="NoMachineName" xml:space="preserve">
<value>MachineName was not set.</value>
</data>
<data name="NoService" xml:space="preserve">
<value>Service '{0}' was not found on computer '{1}'.</value>
</data>
Expand Down Expand Up @@ -129,12 +126,6 @@
<data name="ContinueSuccessful" xml:space="preserve">
<value>Service continued successfully.</value>
</data>
<data name="InstallSuccessful" xml:space="preserve">
<value>Service was installed successfully.</value>
</data>
<data name="UninstallSuccessful" xml:space="preserve">
<value>Service was uninstalled successfully.</value>
</data>
<data name="CommandSuccessful" xml:space="preserve">
<value>Service command was processed successfully.</value>
</data>
Expand All @@ -153,18 +144,9 @@
<data name="SessionChangeFailed" xml:space="preserve">
<value>Failed to process session change. {0}</value>
</data>
<data name="InstallFailed" xml:space="preserve">
<value>Failed to install service. Service may have been installed already.</value>
</data>
<data name="UninstallFailed" xml:space="preserve">
<value>Failed to uninstall service. Service may be running.</value>
</data>
<data name="CommandFailed" xml:space="preserve">
<value>Failed to process service command. {0}</value>
</data>
<data name="ErrorNumber" xml:space="preserve">
<value>Windows Error number: {0}.</value>
</data>
<data name="ShutdownOK" xml:space="preserve">
<value>Service has been successfully shut down.</value>
</data>
Expand All @@ -177,18 +159,6 @@
<data name="PowerEventFailed" xml:space="preserve">
<value>Failed in handling the PowerEvent. The error that occurred was: {0}.</value>
</data>
<data name="InstallOK" xml:space="preserve">
<value>Service '{0}' has been successfully installed.</value>
</data>
<data name="TryToStop" xml:space="preserve">
<value>Attempt to stop service '{0}'.</value>
</data>
<data name="ServiceRemoving" xml:space="preserve">
<value>Service '{0}' is being removed from the system...</value>
</data>
<data name="ServiceRemoved" xml:space="preserve">
<value>Service '{0}' was successfully removed from the system.</value>
</data>
<data name="ControlService" xml:space="preserve">
<value>Cannot control '{0}' service on computer '{1}'.</value>
</data>
Expand Down

0 comments on commit eb2657b

Please sign in to comment.