text/microsoft-resx
2.0
System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Executes a script before starting an operation, and again on completion
Run script
Executes a script after performing an operation. The script will receive the operation results written to stdout.
Run a script on exit
The script "{0}" returned with exit code {1}
Executes a script before performing an operation. The operation will block until the script has completed or timed out. If the script returns a non-zero error code or times out, the operation will be aborted.
Run a required script on startup
Error while executing script "{0}": {1}
Execution of the script "{0}" timed out
Executes a script before performing an operation. The operation will block until the script has completed or timed out.
Run a script on startup
The script "{0}" reported error messages: {1}
Sets the maximum time a script is allowed to execute. If the script has not completed within this time, it will continue to execute but the operation will continue too, and no script output will be processed.
Sets the script timeout