Add Quota for Hyper-V replication

This commit is contained in:
Alexander Trofimov 2015-05-03 22:17:35 +03:00
parent bf3ec75c08
commit 054241f84e
13 changed files with 321 additions and 161 deletions

View file

@ -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>