mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
* [CUERipper] Add access key shortcuts
So far, there have not been any access key shortcuts in CUERipper.
- Add the following access key shortcuts:
Alt+G ... Go
Alt+P ... Pause
Alt+A ... Abort
Alt+M ... Meta
Alt+T ... Tracks
Alt+R ... Reload
Alt+E ... Eject
Alt+V ... V/A
Alt+C ... Codepage
Alt+S ... Submit
Alt+O ... Options
- Add corresponding access key shortcuts to the German translation
* [CUETools] Update access key shortcuts
- Update the access key for "Encode" to Alt+c, because Alt+E is
also used for "Embedded"
- Add access keys:
Alt+O ... Output:
Alt+I ... Input:
Alt+S ... Settings
Alt+l ... Batch log
Alt+w ... CUETools website
Alt+A ... About
* [CUETools] Make settings accessible using Alt+S
- Change the DisplayStyle from Image to ImageAndText for the
following buttons:
toolStripButtonShowLog
toolStripButtonSettings
toolStripButtonHelp
toolStripButtonAbout
- This shows the text in addition to the images, makes them
accessible and improves readability
- The settings can now be accessed by Alt+S using the keyboard
156 lines
7.0 KiB
XML
156 lines
7.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<root>
|
|
<!--
|
|
Microsoft ResX Schema
|
|
|
|
Version 2.0
|
|
|
|
The primary goals of this format is to allow a simple XML format
|
|
that is mostly human readable. The generation and parsing of the
|
|
various data types are done through the TypeConverter classes
|
|
associated with the data types.
|
|
|
|
Example:
|
|
|
|
... ado.net/XML headers & schema ...
|
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
|
<resheader name="version">2.0</resheader>
|
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
|
</data>
|
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
|
<comment>This is a comment</comment>
|
|
</data>
|
|
|
|
There are any number of "resheader" rows that contain simple
|
|
name/value pairs.
|
|
|
|
Each data row contains a name, and value. The row also contains a
|
|
type or mimetype. Type corresponds to a .NET class that support
|
|
text/value conversion through the TypeConverter architecture.
|
|
Classes that don't support this are serialized and stored with the
|
|
mimetype set.
|
|
|
|
The mimetype is used for serialized objects, and tells the
|
|
ResXResourceReader how to depersist the object. This is currently not
|
|
extensible. For a given mimetype the value must be set accordingly:
|
|
|
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
|
that the ResXResourceWriter will generate, however the reader can
|
|
read any of the formats listed below.
|
|
|
|
mimetype: application/x-microsoft.net.object.binary.base64
|
|
value : The object must be serialized with
|
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
|
: and then encoded with base64 encoding.
|
|
|
|
mimetype: application/x-microsoft.net.object.soap.base64
|
|
value : The object must be serialized with
|
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
|
: and then encoded with base64 encoding.
|
|
|
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
|
value : The object must be serialized into a byte array
|
|
: using a System.ComponentModel.TypeConverter
|
|
: and then encoded with base64 encoding.
|
|
-->
|
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
|
<xsd:element name="root" msdata:IsDataSet="true">
|
|
<xsd:complexType>
|
|
<xsd:choice maxOccurs="unbounded">
|
|
<xsd:element name="metadata">
|
|
<xsd:complexType>
|
|
<xsd:sequence>
|
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
|
</xsd:sequence>
|
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
|
<xsd:attribute name="type" type="xsd:string" />
|
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
|
<xsd:attribute ref="xml:space" />
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
<xsd:element name="assembly">
|
|
<xsd:complexType>
|
|
<xsd:attribute name="alias" type="xsd:string" />
|
|
<xsd:attribute name="name" type="xsd:string" />
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
<xsd:element name="data">
|
|
<xsd:complexType>
|
|
<xsd:sequence>
|
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
|
</xsd:sequence>
|
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
|
<xsd:attribute ref="xml:space" />
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
<xsd:element name="resheader">
|
|
<xsd:complexType>
|
|
<xsd:sequence>
|
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
|
</xsd:sequence>
|
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
</xsd:choice>
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
</xsd:schema>
|
|
<resheader name="resmimetype">
|
|
<value>text/microsoft-resx</value>
|
|
</resheader>
|
|
<resheader name="version">
|
|
<value>2.0</value>
|
|
</resheader>
|
|
<resheader name="reader">
|
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
</resheader>
|
|
<resheader name="writer">
|
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
</resheader>
|
|
<data name="$this.Text" xml:space="preserve">
|
|
<value>Wählen Sie das beste Ergebnis aus</value>
|
|
</data>
|
|
<data name="buttonMusicBrainz.Text" xml:space="preserve">
|
|
<value>&MusicBrainz</value>
|
|
</data>
|
|
<data name="buttonNavigateCTDB.Text" xml:space="preserve">
|
|
<value>CT&DB</value>
|
|
</data>
|
|
<data name="buttonOk.Text" xml:space="preserve">
|
|
<value>OK</value>
|
|
</data>
|
|
<data name="dataGridViewTextBoxColumnTrackLength.HeaderText" xml:space="preserve">
|
|
<value>Länge</value>
|
|
</data>
|
|
<data name="dataGridViewTextBoxColumnTrackNo.HeaderText" xml:space="preserve">
|
|
<value>#</value>
|
|
</data>
|
|
<data name="dataGridViewTextBoxColumnTrackStart.HeaderText" xml:space="preserve">
|
|
<value>Start</value>
|
|
</data>
|
|
<data name="dataGridViewTextBoxColumnTrackTitle.HeaderText" xml:space="preserve">
|
|
<value>Titel</value>
|
|
</data>
|
|
<data name="Item.HeaderText" xml:space="preserve">
|
|
<value>Spalte1</value>
|
|
</data>
|
|
<data name="Value.HeaderText" xml:space="preserve">
|
|
<value>Spalte1</value>
|
|
</data>
|
|
<data name="buttonMusicBrainz.ToolTip" xml:space="preserve">
|
|
<value>Album bei MusicBrainz nachschlagen</value>
|
|
</data>
|
|
<data name="buttonNavigateCTDB.ToolTip" xml:space="preserve">
|
|
<value>Album in CUETools DB anzeigen</value>
|
|
</data>
|
|
</root> |