Add Quota for Hyper-V replication
This commit is contained in:
parent
bf3ec75c08
commit
054241f84e
13 changed files with 321 additions and 161 deletions
|
@ -4121,6 +4121,9 @@
|
|||
<data name="Error.VPS_REQUIRED" xml:space="preserve">
|
||||
<value>Please fill required fields</value>
|
||||
</data>
|
||||
<data name="Error.VPS_QUOTA_REPLICATION_ENABLED" xml:space="preserve">
|
||||
<value>Replications is not allowed in the hosting plan</value>
|
||||
</data>
|
||||
|
||||
<data name="VPS.VPS_JOB_FAILED_ERROR" xml:space="preserve">
|
||||
<value>Job execution failed with the following code: {1}</value>
|
||||
|
@ -5244,6 +5247,9 @@
|
|||
<data name="Quota.VPS2012.StartShutdownAllowed" xml:space="preserve">
|
||||
<value>Allow user to Start, Turn off VPS</value>
|
||||
</data>
|
||||
<data name="Quota.VPS2012.ReplicationEnabled" xml:space="preserve">
|
||||
<value>Allow user to Replication</value>
|
||||
</data>
|
||||
<data name="Error.CreateCheckPointError" xml:space="preserve">
|
||||
<value>Error creating CheckPoint</value>
|
||||
</data>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue