Update welcome page text from ASP.NET vnext to 5

Fixes: https://github.com/aspnet/Diagnostics/issues/82
This commit is contained in:
Praburaj 2015-03-16 16:52:24 -07:00
parent b879f4a084
commit 7a245eba5b
4 changed files with 13 additions and 13 deletions

View File

@ -1,4 +1,4 @@
// <auto-generated />
// <auto-generated />
namespace Microsoft.AspNet.Diagnostics.Entity
{
using System.Globalization;
@ -443,7 +443,7 @@ namespace Microsoft.AspNet.Diagnostics.Entity
}
/// <summary>
/// To use migrations from a command prompt you will need to &lt;a href='http://go.microsoft.com/fwlink/?LinkId=518242'&gt;install K Version Manager (DNVM)&lt;/a&gt;. Once installed, you can run migration commands from a standard command prompt in the project directory.
/// To use migrations from a command prompt you will need to &lt;a href='http://go.microsoft.com/fwlink/?LinkId=518242'&gt;install .NET Version Manager (dnvm)&lt;/a&gt;. Once installed, you can run migration commands from a standard command prompt in the project directory.
/// </summary>
internal static string DatabaseErrorPage_EnableMigrationsCommandsInfo
{
@ -451,7 +451,7 @@ namespace Microsoft.AspNet.Diagnostics.Entity
}
/// <summary>
/// To use migrations from a command prompt you will need to &lt;a href='http://go.microsoft.com/fwlink/?LinkId=518242'&gt;install K Version Manager (DNVM)&lt;/a&gt;. Once installed, you can run migration commands from a standard command prompt in the project directory.
/// To use migrations from a command prompt you will need to &lt;a href='http://go.microsoft.com/fwlink/?LinkId=518242'&gt;install .NET Version Manager (dnvm)&lt;/a&gt;. Once installed, you can run migration commands from a standard command prompt in the project directory.
/// </summary>
internal static string FormatDatabaseErrorPage_EnableMigrationsCommandsInfo()
{

View File

@ -199,7 +199,7 @@
<value>A database operation failed while processing the request.</value>
</data>
<data name="DatabaseErrorPage_EnableMigrationsCommandsInfo" xml:space="preserve">
<value>To use migrations from a command prompt you will need to &lt;a href='http://go.microsoft.com/fwlink/?LinkId=518242'&gt;install K Version Manager (KVM)&lt;/a&gt;. Once installed, you can run migration commands from a standard command prompt in the project directory.</value>
<value>To use migrations from a command prompt you will need to &lt;a href='http://go.microsoft.com/fwlink/?LinkId=518242'&gt;install .NET Version Manager (dnvm)&lt;/a&gt;. Once installed, you can run migration commands from a standard command prompt in the project directory.</value>
</data>
<data name="DatabaseErrorPage_AttemptingToMatchException" xml:space="preserve">
<value>{0} occurred, checking if Entity Framework recorded this exception as resulting from a failed database operation.</value>

View File

@ -459,7 +459,7 @@ namespace Microsoft.AspNet.Diagnostics
}
/// <summary>
/// Learn more about the Microsoft ASP.NET vNext components
/// Learn more about the Microsoft ASP.NET 5 components
/// </summary>
internal static string WelcomeLearnMicrosoftAspNet
{
@ -467,7 +467,7 @@ namespace Microsoft.AspNet.Diagnostics
}
/// <summary>
/// Learn more about the Microsoft ASP.NET vNext components
/// Learn more about the Microsoft ASP.NET 5 components
/// </summary>
internal static string FormatWelcomeLearnMicrosoftAspNet()
{
@ -539,7 +539,7 @@ namespace Microsoft.AspNet.Diagnostics
}
/// <summary>
/// Your ASP.NET vNext application has been successfully started
/// Your ASP.NET 5 application has been successfully started
/// </summary>
internal static string WelcomeStarted
{
@ -547,7 +547,7 @@ namespace Microsoft.AspNet.Diagnostics
}
/// <summary>
/// Your ASP.NET vNext application has been successfully started
/// Your ASP.NET 5 application has been successfully started
/// </summary>
internal static string FormatWelcomeStarted()
{
@ -555,7 +555,7 @@ namespace Microsoft.AspNet.Diagnostics
}
/// <summary>
/// Your ASP.NET vNext application has been successfully started.
/// Your ASP.NET 5 application has been successfully started.
/// </summary>
internal static string WelcomeTitle
{
@ -563,7 +563,7 @@ namespace Microsoft.AspNet.Diagnostics
}
/// <summary>
/// Your ASP.NET vNext application has been successfully started.
/// Your ASP.NET 5 application has been successfully started.
/// </summary>
internal static string FormatWelcomeTitle()
{

View File

@ -210,7 +210,7 @@
<value>Welcome</value>
</data>
<data name="WelcomeLearnMicrosoftAspNet" xml:space="preserve">
<value>Learn more about the Microsoft ASP.NET vNext components</value>
<value>Learn more about the Microsoft ASP.NET 5 components</value>
</data>
<data name="WelcomePageImageText_Browser" xml:space="preserve">
<value>Browser</value>
@ -225,10 +225,10 @@
<value>Skyline</value>
</data>
<data name="WelcomeStarted" xml:space="preserve">
<value>Your ASP.NET vNext application has been successfully started</value>
<value>Your ASP.NET 5 application has been successfully started</value>
</data>
<data name="WelcomeTitle" xml:space="preserve">
<value>Your ASP.NET vNext application has been successfully started.</value>
<value>Your ASP.NET 5 application has been successfully started.</value>
</data>
<data name="ErrorPageHtml_CompilationException" xml:space="preserve">
<value>An error occurred during the compilation of a resource required to process this request. Please review the following specific error details and modify your source code appropriately.</value>