Strings comments added.

This commit is contained in:
Lorenz Cuno Klopfenstein 2010-06-06 20:54:38 +02:00
parent 04a1b6cfd0
commit 291676c7f5
3 changed files with 8 additions and 3 deletions

View file

@ -49,7 +49,7 @@
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>publish.htm</WebPage>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationVersion>2.9.4.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>

View file

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4927
// Runtime Version:4.0.30319.1
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@ -19,7 +19,7 @@ namespace OnTopReplica {
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Strings {

View file

@ -330,6 +330,7 @@ You must run this application on Windows Vista Home Premium or better.</value>
</data>
<data name="AskUpdate" xml:space="preserve">
<value>Install OnTopReplica {0}?</value>
<comment>{0} update version</comment>
</data>
<data name="AskUpdateButtonCancel" xml:space="preserve">
<value>Cancel update
@ -338,6 +339,7 @@ OnTopReplica will prompt you the next time it is started.</value>
<data name="AskUpdateButtonOk" xml:space="preserve">
<value>Proceed
Install OnTopReplica {0}.</value>
<comment>{0} update version</comment>
</data>
<data name="AskUpdateContent" xml:space="preserve">
<value>The new version will be automatically downloaded and installed.</value>
@ -346,6 +348,9 @@ Install OnTopReplica {0}.</value>
<value>Installed version: {0}
Available version: {1}
Download size: {2} bytes</value>
<comment>{0} installed version number
{1} online available version number
{2} update size</comment>
</data>
<data name="AskUpdateTitle" xml:space="preserve">
<value>Update available</value>