1
0
mirror of https://github.com/livingcomputermuseum/ContrAlto.git synced 2026-03-07 03:16:08 +00:00
Files
2018-07-12 18:32:42 -07:00

223 lines
10 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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="DiabloFilter" xml:space="preserve">
<value>Alto Diablo Disk Images (*.dsk, *.dsk44)|*.dsk;*.dsk44|Diablo 31 Disk Images (*.dsk)|*.dsk|Diablo 44 Disk Images (*.dsk44)|*.dsk44|All Files (*.*)|*.*</value>
</data>
<data name="DiskCreateErrorText" xml:space="preserve">
<value>An error occurred while creating new disk image: {0}</value>
</data>
<data name="DiskCreateErrorTitle" xml:space="preserve">
<value>Image creation error</value>
</data>
<data name="DiskLoadErrorText" xml:space="preserve">
<value>An error occurred while loading image: {0}</value>
</data>
<data name="DiskLoadErrorTitle" xml:space="preserve">
<value>Image load error</value>
</data>
<data name="DiskLoadTitle" xml:space="preserve">
<value>Select image to load into {0} drive {1}</value>
</data>
<data name="DiskNewTitle" xml:space="preserve">
<value>Select path for new {0} image for drive {1}</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="DiskNoAccess" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\DiskNoAccess.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="DiskRead" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\DiskRead.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="DiskSaveErrorText" xml:space="preserve">
<value>Unable to save {0} disk {1}'s contents during unload. Error {2]. Any changes have been lost.</value>
</data>
<data name="DiskSaveErrorTitle" xml:space="preserve">
<value>Image unload error</value>
</data>
<data name="DiskSeek" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\DiskSeek.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="DiskWrite" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\DiskWrite.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="dragon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\dragon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="MouseCaptureActiveText" xml:space="preserve">
<value>Alto Mouse/Keyboard captured. Press Alt to release.</value>
</data>
<data name="MouseCaptureInactiveText" xml:space="preserve">
<value>Click on display to capture Alto Mouse/Keyboard.</value>
</data>
<data name="NoImageLoadedText" xml:space="preserve">
<value>&lt;no image loaded&gt;</value>
</data>
<data name="PlaybackInProgressText" xml:space="preserve">
<value>Script playback in Progress.</value>
</data>
<data name="RecordingInProgressText" xml:space="preserve">
<value>Script recording in Progress.</value>
</data>
<data name="ScreenshotDefaultFileName" xml:space="preserve">
<value>Screenshot.png</value>
</data>
<data name="ScreenshotErrorText" xml:space="preserve">
<value>Could not save screenshot. Check the specified filename and path and try again.</value>
</data>
<data name="ScreenshotFilter" xml:space="preserve">
<value>PNG Images (*.png)|*.png|All Files (*.*)|*.*</value>
</data>
<data name="ScreenshotTitle" xml:space="preserve">
<value>Select destination for screenshot.</value>
</data>
<data name="ScriptFilter" xml:space="preserve">
<value>Alto Script Files (*.script)|*.script|All Files (*.*)|*.*</value>
</data>
<data name="ScriptPlaybackTitle" xml:space="preserve">
<value>Select script file to play</value>
</data>
<data name="ScriptRecordTitle" xml:space="preserve">
<value>Select path for script file to record</value>
</data>
<data name="StartPlaybackText" xml:space="preserve">
<value>Play Script...</value>
</data>
<data name="StartRecordingText" xml:space="preserve">
<value>Record Script...</value>
</data>
<data name="StopPlaybackText" xml:space="preserve">
<value>Stop Playback</value>
</data>
<data name="StopRecordingText" xml:space="preserve">
<value>Stop Recording</value>
</data>
<data name="SystemErrorText" xml:space="preserve">
<value>Alto Stopped due to error. See Debugger.</value>
</data>
<data name="SystemRunningText" xml:space="preserve">
<value>Alto Running.</value>
</data>
<data name="SystemStoppedText" xml:space="preserve">
<value>Alto Stopped.</value>
</data>
<data name="TridentFilter" xml:space="preserve">
<value>Alto Trident Disk Images (*.dsk80, *.dsk300)|*.dsk80;*.dsk300|Trident T80 Disk Images (*.dsk80)|*.dsk80|Trident T300 Disk Images (*.dsk300)|*.dsk300|All Files (*.*)|*.*</value>
</data>
</root>