[CUERipper, CUETools] Various minor corrections

- CUERipper\CUERipper.csproj
  Fix incorrect ApplicationVersion 2.1.4.0 and set it to 1.0.0.%2a
  like in the other .csproj files. Set ApplicationRevision to 0
- CUERipper\Properties\AssemblyInfo.cs
  Correct version in AssemblyVersion and AssemblyFileVersion
  1.9.0.0 -> 2.1.7.0
- CUETools\CUETools.csproj
  Fix incorrect ApplicationVersion 2.0.3.%2a and set it to 1.0.0.%2a
  like in the other .csproj files. Set ApplicationRevision to 0
- CUETools\Properties\AssemblyInfo.cs
  Update AssemblyTitle and AssemblyProduct to "CUETools"
- CUETools\frmCUETools.de-DE.resx
  - Correct the translation of "Create CUE sheet", which also reduces
    the length of the translation, so that it fits better.
  - Remove the following leftovers:
      checkBoxCorrectorOverwrite.Size
      checkBoxDontGenerate.Size
      radioButtonAudioLossless.Size
      radioButtonAudioLossy.Size
      radioButtonAudioNone.Size
      rbActionCorrectFilenames.Size
      rbActionCreateCUESheet.Size
      rbActionEncode.Size
      rbActionVerify.Size
      rbActionVerifyAndEncode.Size
      rbCorrectorChangeExtension.Size
      rbCorrectorLocateFiles.Size
      rbFreedbAlways.Size
      rbFreedbIf.Size
      rbFreedbNever.Size
This commit is contained in:
Wolfgang Stöggl
2021-02-13 08:27:26 +01:00
parent 7fddb361fa
commit 5bf591f17f
5 changed files with 9 additions and 54 deletions

View File

@@ -43,8 +43,8 @@
<PublisherName>Gregory S. Chudov</PublisherName> <PublisherName>Gregory S. Chudov</PublisherName>
<CreateWebPageOnPublish>true</CreateWebPageOnPublish> <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>index.html</WebPage> <WebPage>index.html</WebPage>
<ApplicationRevision>2</ApplicationRevision> <ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>2.1.4.0</ApplicationVersion> <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust> <UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted> <PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled> <BootstrapperEnabled>true</BootstrapperEnabled>

View File

@@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number // Build Number
// Revision // Revision
// //
[assembly: AssemblyVersion("1.9.0.0")] [assembly: AssemblyVersion("2.1.7.0")]
[assembly: AssemblyFileVersion("1.9.0.0")] [assembly: AssemblyFileVersion("2.1.7.0")]

View File

@@ -40,8 +40,8 @@
<PublisherName>CUETools</PublisherName> <PublisherName>CUETools</PublisherName>
<CreateWebPageOnPublish>true</CreateWebPageOnPublish> <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>publish.htm</WebPage> <WebPage>publish.htm</WebPage>
<ApplicationRevision>7</ApplicationRevision> <ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>2.0.3.%2a</ApplicationVersion> <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust> <UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled> <BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup> </PropertyGroup>

View File

@@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information // set of attributes. Change these attribute values to modify the information
// associated with an assembly. // associated with an assembly.
[assembly: AssemblyTitle("CUE Tools")] [assembly: AssemblyTitle("CUETools")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")] [assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("")] [assembly: AssemblyProduct("CUETools")]
[assembly: AssemblyCopyright("Copyright 2006-2007 Moitah, 2008-2021 Greg Chudov")] [assembly: AssemblyCopyright("Copyright 2006-2007 Moitah, 2008-2021 Greg Chudov")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]

View File

@@ -130,9 +130,6 @@
<data name="labelInput.Size" type="System.Drawing.Size, System.Drawing"> <data name="labelInput.Size" type="System.Drawing.Size, System.Drawing">
<value>49, 13</value> <value>49, 13</value>
</data> </data>
<data name="checkBoxDontGenerate.Size" type="System.Drawing.Size, System.Drawing">
<value>62, 17</value>
</data>
<data name="grpInput.Text" xml:space="preserve"> <data name="grpInput.Text" xml:space="preserve">
<value>Eingabe</value> <value>Eingabe</value>
</data> </data>
@@ -142,18 +139,12 @@
<data name="txtOutputPath.ToolTip" xml:space="preserve"> <data name="txtOutputPath.ToolTip" xml:space="preserve">
<value>Ausgabedatei</value> <value>Ausgabedatei</value>
</data> </data>
<data name="radioButtonAudioNone.Size" type="System.Drawing.Size, System.Drawing">
<value>51, 17</value>
</data>
<data name="radioButtonAudioNone.Text" xml:space="preserve"> <data name="radioButtonAudioNone.Text" xml:space="preserve">
<value>Keine</value> <value>Keine</value>
</data> </data>
<data name="radioButtonAudioNone.ToolTip" xml:space="preserve"> <data name="radioButtonAudioNone.ToolTip" xml:space="preserve">
<value>Keine Audioausgabe</value> <value>Keine Audioausgabe</value>
</data> </data>
<data name="radioButtonAudioLossy.Size" type="System.Drawing.Size, System.Drawing">
<value>100, 17</value>
</data>
<data name="radioButtonAudioLossy.Text" xml:space="preserve"> <data name="radioButtonAudioLossy.Text" xml:space="preserve">
<value>Verlustbehaftet</value> <value>Verlustbehaftet</value>
</data> </data>
@@ -166,9 +157,6 @@
<data name="radioButtonAudioHybrid.ToolTip" xml:space="preserve"> <data name="radioButtonAudioHybrid.ToolTip" xml:space="preserve">
<value>Hybride Codecs</value> <value>Hybride Codecs</value>
</data> </data>
<data name="radioButtonAudioLossless.Size" type="System.Drawing.Size, System.Drawing">
<value>74, 17</value>
</data>
<data name="radioButtonAudioLossless.Text" xml:space="preserve"> <data name="radioButtonAudioLossless.Text" xml:space="preserve">
<value>Verlustfrei</value> <value>Verlustfrei</value>
</data> </data>
@@ -184,51 +172,27 @@
<data name="comboBoxAudioFormat.ToolTip" xml:space="preserve"> <data name="comboBoxAudioFormat.ToolTip" xml:space="preserve">
<value>Audiodateiformat</value> <value>Audiodateiformat</value>
</data> </data>
<data name="rbCorrectorLocateFiles.Size" type="System.Drawing.Size, System.Drawing">
<value>99, 17</value>
</data>
<data name="rbCorrectorChangeExtension.Size" type="System.Drawing.Size, System.Drawing">
<value>111, 17</value>
</data>
<data name="checkBoxCorrectorOverwrite.Size" type="System.Drawing.Size, System.Drawing">
<value>95, 17</value>
</data>
<data name="grpAction.Text" xml:space="preserve"> <data name="grpAction.Text" xml:space="preserve">
<value>Aktion</value> <value>Aktion</value>
</data> </data>
<data name="rbActionCorrectFilenames.Size" type="System.Drawing.Size, System.Drawing">
<value>131, 17</value>
</data>
<data name="rbActionCorrectFilenames.Text" xml:space="preserve"> <data name="rbActionCorrectFilenames.Text" xml:space="preserve">
<value>Dateinamen korrigieren</value> <value>Dateinamen korrigieren</value>
</data> </data>
<data name="rbActionCorrectFilenames.ToolTip" xml:space="preserve"> <data name="rbActionCorrectFilenames.ToolTip" xml:space="preserve">
<value>Dateinamen in CUE-Sheets korrigieren</value> <value>Dateinamen in CUE-Sheets korrigieren</value>
</data> </data>
<data name="rbActionCreateCUESheet.Size" type="System.Drawing.Size, System.Drawing">
<value>119, 17</value>
</data>
<data name="rbActionCreateCUESheet.Text" xml:space="preserve"> <data name="rbActionCreateCUESheet.Text" xml:space="preserve">
<value>Leeres CUE-Sheet erzeugen</value> <value>CUE-Sheet erzeugen</value>
</data> </data>
<data name="rbActionCreateCUESheet.ToolTip" xml:space="preserve"> <data name="rbActionCreateCUESheet.ToolTip" xml:space="preserve">
<value>Ein CUE-Sheet für Tracks erzeugen und eingebettete CUE-Sheets extrahieren</value> <value>Ein CUE-Sheet für Tracks erzeugen und eingebettete CUE-Sheets extrahieren</value>
</data> </data>
<data name="rbActionVerifyAndEncode.Size" type="System.Drawing.Size, System.Drawing">
<value>116, 17</value>
</data>
<data name="rbActionVerify.Size" type="System.Drawing.Size, System.Drawing">
<value>95, 17</value>
</data>
<data name="rbActionVerify.Text" xml:space="preserve"> <data name="rbActionVerify.Text" xml:space="preserve">
<value>&amp;Verifizieren</value> <value>&amp;Verifizieren</value>
</data> </data>
<data name="rbActionVerify.ToolTip" xml:space="preserve"> <data name="rbActionVerify.ToolTip" xml:space="preserve">
<value>Kontaktiert die AccurateRip-Datenbank und verifiziert das Image anhand dieser.</value> <value>Kontaktiert die AccurateRip-Datenbank und verifiziert das Image anhand dieser.</value>
</data> </data>
<data name="rbActionEncode.Size" type="System.Drawing.Size, System.Drawing">
<value>126, 17</value>
</data>
<data name="rbActionEncode.Text" xml:space="preserve"> <data name="rbActionEncode.Text" xml:space="preserve">
<value>&amp;Kodieren</value> <value>&amp;Kodieren</value>
</data> </data>
@@ -262,15 +226,6 @@
<data name="grpExtra.Text" xml:space="preserve"> <data name="grpExtra.Text" xml:space="preserve">
<value>Extra</value> <value>Extra</value>
</data> </data>
<data name="rbFreedbAlways.Size" type="System.Drawing.Size, System.Drawing">
<value>55, 17</value>
</data>
<data name="rbFreedbIf.Size" type="System.Drawing.Size, System.Drawing">
<value>80, 17</value>
</data>
<data name="rbFreedbNever.Size" type="System.Drawing.Size, System.Drawing">
<value>40, 17</value>
</data>
<data name="btnResume.Text" xml:space="preserve"> <data name="btnResume.Text" xml:space="preserve">
<value>&amp;Weiter</value> <value>&amp;Weiter</value>
</data> </data>