Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused strings in System.ServiceProcess.ServiceController #33929

Merged
merged 1 commit into from
Mar 22, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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