Merge
This commit is contained in:
commit
e8b5e9ec40
6 changed files with 10 additions and 9 deletions
|
@ -48,7 +48,7 @@ namespace WebsitePanel.EnterpriseServer
|
||||||
public const string SharepointServer = "Sharepoint Server";
|
public const string SharepointServer = "Sharepoint Server";
|
||||||
public const string Exchange = "Exchange";
|
public const string Exchange = "Exchange";
|
||||||
public const string HostedOrganizations = "Hosted Organizations";
|
public const string HostedOrganizations = "Hosted Organizations";
|
||||||
public const string HostedCRM = "Hosted CRM";
|
public const string HostedCRM = "Hosted CRM"; // CRM 4/2011
|
||||||
public const string HostedCRM2013 = "Hosted CRM2013"; // CRM 2013/2015
|
public const string HostedCRM2013 = "Hosted CRM2013"; // CRM 2013/2015
|
||||||
public const string VPS = "VPS";
|
public const string VPS = "VPS";
|
||||||
public const string BlackBerry = "BlackBerry";
|
public const string BlackBerry = "BlackBerry";
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
<DebugType>pdbonly</DebugType>
|
<DebugType>pdbonly</DebugType>
|
||||||
<Optimize>true</Optimize>
|
<Optimize>true</Optimize>
|
||||||
<OutputPath>bin\Release\</OutputPath>
|
<OutputPath>..\WebsitePanel.Server\bin\HyperV2012R2\</OutputPath>
|
||||||
<DefineConstants>TRACE</DefineConstants>
|
<DefineConstants>TRACE</DefineConstants>
|
||||||
<ErrorReport>prompt</ErrorReport>
|
<ErrorReport>prompt</ErrorReport>
|
||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
|
|
|
@ -3344,7 +3344,8 @@
|
||||||
<value>Hosted Organizations</value>
|
<value>Hosted Organizations</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ResourceGroup.Hosted CRM" xml:space="preserve">
|
<data name="ResourceGroup.Hosted CRM" xml:space="preserve">
|
||||||
<value>Hosted CRM</value>
|
<value>CRM 4/2011</value>
|
||||||
|
<comment> </comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ResourceGroup.BlackBerry" xml:space="preserve">
|
<data name="ResourceGroup.BlackBerry" xml:space="preserve">
|
||||||
<value>BlackBerry</value>
|
<value>BlackBerry</value>
|
||||||
|
@ -5465,7 +5466,7 @@
|
||||||
<value>ESS licenses per organization</value>
|
<value>ESS licenses per organization</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ResourceGroup.Hosted CRM2013" xml:space="preserve">
|
<data name="ResourceGroup.Hosted CRM2013" xml:space="preserve">
|
||||||
<value>Hosted CRM 2013/2015</value>
|
<value>CRM 2013/2015</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="HostedCRM.USER_QUOTA_HAS_BEEN_REACHED2013_0" xml:space="preserve">
|
<data name="HostedCRM.USER_QUOTA_HAS_BEEN_REACHED2013_0" xml:space="preserve">
|
||||||
<value>CRM users quota (Professional license) has been reached.</value>
|
<value>CRM users quota (Professional license) has been reached.</value>
|
||||||
|
|
|
@ -133,7 +133,7 @@
|
||||||
<value>Contacts</value>
|
<value>Contacts</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Text.CRMGroup" xml:space="preserve">
|
<data name="Text.CRMGroup" xml:space="preserve">
|
||||||
<value>CRM</value>
|
<value>CRM 4/2011</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Text.CRMOrganization" xml:space="preserve">
|
<data name="Text.CRMOrganization" xml:space="preserve">
|
||||||
<value>CRM Organization</value>
|
<value>CRM Organization</value>
|
||||||
|
|
|
@ -151,10 +151,10 @@
|
||||||
<value>Contacts</value>
|
<value>Contacts</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Text.CRM2013Group" xml:space="preserve">
|
<data name="Text.CRM2013Group" xml:space="preserve">
|
||||||
<value>Hosted Organization - CRM 2013/2015</value>
|
<value>CRM 2013/2015</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Text.CRMGroup" xml:space="preserve">
|
<data name="Text.CRMGroup" xml:space="preserve">
|
||||||
<value>Hosted Organization - CRM</value>
|
<value>CRM 4/2011</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Text.CRMOrganization" xml:space="preserve">
|
<data name="Text.CRMOrganization" xml:space="preserve">
|
||||||
<value>CRM Organization</value>
|
<value>CRM Organization</value>
|
||||||
|
|
|
@ -181,7 +181,7 @@
|
||||||
<value>BlackBerry</value>
|
<value>BlackBerry</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="locCRM.Text" xml:space="preserve">
|
<data name="locCRM.Text" xml:space="preserve">
|
||||||
<value>CRM</value>
|
<value>CRM 4/2011</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="locExchangeStatistics.Text" xml:space="preserve">
|
<data name="locExchangeStatistics.Text" xml:space="preserve">
|
||||||
<value>Exchange</value>
|
<value>Exchange</value>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue