mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
Simplified the ApplyingChangingForm size positioning and made the messages a bit less technical. Also added in a submessage so that can explain things a bit better in the future if we need to.
372 lines
14 KiB
XML
372 lines
14 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="Validation" xml:space="preserve">
|
|
<value>Validation</value>
|
|
</data>
|
|
<data name="Invalid_or_duplicate_profile_name" xml:space="preserve">
|
|
<value>Invalid or duplicate profile name.</value>
|
|
</data>
|
|
<data name="This_profile_is_currently_impossible_to_apply" xml:space="preserve">
|
|
<value>This profile is currently impossible to apply.</value>
|
|
</data>
|
|
<data name="Profile_is_invalid_or_not_possible_to_apply" xml:space="preserve">
|
|
<value>Profile is invalid or not possible to apply.</value>
|
|
</data>
|
|
<data name="Error" xml:space="preserve">
|
|
<value>Error</value>
|
|
</data>
|
|
<data name="Reverting_in" xml:space="preserve">
|
|
<value>Reverting in ...</value>
|
|
</data>
|
|
<data name="General" xml:space="preserve">
|
|
<value>General</value>
|
|
</data>
|
|
<data name="Profile_Name" xml:space="preserve">
|
|
<value>Profile Name:</value>
|
|
</data>
|
|
<data name="Topologies" xml:space="preserve">
|
|
<value>Topologies</value>
|
|
</data>
|
|
<data name="Not_Available" xml:space="preserve">
|
|
<value>Not Available</value>
|
|
</data>
|
|
<data name="Save" xml:space="preserve">
|
|
<value>&Save</value>
|
|
</data>
|
|
<data name="Save_and_Apply" xml:space="preserve">
|
|
<value>Save and &Apply</value>
|
|
</data>
|
|
<data name="Cancel" xml:space="preserve">
|
|
<value>&Cancel</value>
|
|
</data>
|
|
<data name="Edit_Profile" xml:space="preserve">
|
|
<value>Edit Profile '{0}'</value>
|
|
</data>
|
|
<data name="Current" xml:space="preserve">
|
|
<value>[Current]</value>
|
|
</data>
|
|
<data name="None" xml:space="preserve">
|
|
<value>[None]</value>
|
|
</data>
|
|
<data name="Are_you_sure" xml:space="preserve">
|
|
<value>Are you sure?</value>
|
|
</data>
|
|
<data name="Deletion" xml:space="preserve">
|
|
<value>Deletion</value>
|
|
</data>
|
|
<data name="Clone" xml:space="preserve">
|
|
<value>C&lone</value>
|
|
</data>
|
|
<data name="Apply" xml:space="preserve">
|
|
<value>&Apply</value>
|
|
</data>
|
|
<data name="Selected_Profile" xml:space="preserve">
|
|
<value>Selected Profile:</value>
|
|
</data>
|
|
<data name="Profiles" xml:space="preserve">
|
|
<value>Profiles:</value>
|
|
</data>
|
|
<data name="Edit" xml:space="preserve">
|
|
<value>&Edit</value>
|
|
</data>
|
|
<data name="Delete" xml:space="preserve">
|
|
<value>&Delete</value>
|
|
</data>
|
|
<data name="Create_Shortcut" xml:space="preserve">
|
|
<value>C&reate Shortcut</value>
|
|
</data>
|
|
<data name="Helios_Display_Management" xml:space="preserve">
|
|
<value>Helios Display Management</value>
|
|
</data>
|
|
<data name="Selected_file_is_not_a_valid_executable_file" xml:space="preserve">
|
|
<value>Selected file is not a valid executable file.</value>
|
|
</data>
|
|
<data name="Executable" xml:space="preserve">
|
|
<value>Executable</value>
|
|
</data>
|
|
<data name="Executable_address_can_not_be_empty" xml:space="preserve">
|
|
<value>Executable address can not be empty.</value>
|
|
</data>
|
|
<data name="Executable_file_not_found" xml:space="preserve">
|
|
<value>Executable file not found.</value>
|
|
</data>
|
|
<data name="Executing_application_with_profile" xml:space="preserve">
|
|
<value>Executing '{0}' with '{1}' profile.</value>
|
|
</data>
|
|
<data name="Steam_is_not_installed" xml:space="preserve">
|
|
<value>Steam is not installed.</value>
|
|
</data>
|
|
<data name="Switching_display_profile_to_profile" xml:space="preserve">
|
|
<value>Switching display profile to '{0}'.</value>
|
|
</data>
|
|
<data name="Shortcut_placed_successfully" xml:space="preserve">
|
|
<value>Shortcut placed successfully.</value>
|
|
</data>
|
|
<data name="Shortcut" xml:space="preserve">
|
|
<value>Shortcut</value>
|
|
</data>
|
|
<data name="Failed_to_create_the_shortcut_Unexpected_exception_occurred" xml:space="preserve">
|
|
<value>Failed to create the shortcut. Unexpected exception occurred.</value>
|
|
</data>
|
|
<data name="Place_Shortcut" xml:space="preserve">
|
|
<value>&Place Shortcut</value>
|
|
</data>
|
|
<data name="Process_Information" xml:space="preserve">
|
|
<value>Process Information</value>
|
|
</data>
|
|
<data name="Timeout" xml:space="preserve">
|
|
<value>Timeout</value>
|
|
</data>
|
|
<data name="Games_AppId" xml:space="preserve">
|
|
<value>Game's AppId</value>
|
|
</data>
|
|
<data name="Executable_Address" xml:space="preserve">
|
|
<value>Executable Address</value>
|
|
</data>
|
|
<data name="Waiting_Process" xml:space="preserve">
|
|
<value>Waiting Process</value>
|
|
</data>
|
|
<data name="Steam_Game" xml:space="preserve">
|
|
<value>Steam Game</value>
|
|
</data>
|
|
<data name="Standalone_Process" xml:space="preserve">
|
|
<value>Standalone Process</value>
|
|
</data>
|
|
<data name="Arguments" xml:space="preserve">
|
|
<value>Arguments</value>
|
|
</data>
|
|
<data name="Temporarily_switch_with_process_monitoring" xml:space="preserve">
|
|
<value>Temporarily switch with process monitoring</value>
|
|
</data>
|
|
<data name="Executable_Files_Filter" xml:space="preserve">
|
|
<value>Executable Files|*.exe</value>
|
|
</data>
|
|
<data name="Shortcuts_Filter" xml:space="preserve">
|
|
<value>Shortcuts|*.lnk</value>
|
|
</data>
|
|
<data name="Create_Helios_Shortcut" xml:space="preserve">
|
|
<value>Create Helios Shortcut</value>
|
|
</data>
|
|
<data name="Starting_in" xml:space="preserve">
|
|
<value>Starting in ...</value>
|
|
</data>
|
|
<data name="Please_wait" xml:space="preserve">
|
|
<value>Please wait ...</value>
|
|
</data>
|
|
<data name="Helios_Display_Management_Please_Wait" xml:space="preserve">
|
|
<value>Helios Display Management - Please Wait</value>
|
|
</data>
|
|
<data name="Ok" xml:space="preserve">
|
|
<value>&Ok</value>
|
|
</data>
|
|
<data name="Steam_Games" xml:space="preserve">
|
|
<value>Steam Games</value>
|
|
</data>
|
|
<data name="Degree90" xml:space="preserve">
|
|
<value>90°</value>
|
|
</data>
|
|
<data name="Degree180" xml:space="preserve">
|
|
<value>180°</value>
|
|
</data>
|
|
<data name="Degree270" xml:space="preserve">
|
|
<value>270°</value>
|
|
</data>
|
|
<data name="_CLONE_" xml:space="preserve">
|
|
<value>[CLONE]</value>
|
|
</data>
|
|
<data name="X_x_Y" xml:space="preserve">
|
|
<value>{0} x {1}</value>
|
|
</data>
|
|
<data name="Can_not_open_a_named_pipe_for_Inter_process_communication" xml:space="preserve">
|
|
<value>Can not open a named pipe for Inter-process communication.</value>
|
|
</data>
|
|
<data name="Selected_profile_is_invalid_or_not_found" xml:space="preserve">
|
|
<value>Selected profile is invalid or not found.</value>
|
|
</data>
|
|
<data name="Selected_profile_is_not_possible" xml:space="preserve">
|
|
<value>Selected profile is not possible.</value>
|
|
</data>
|
|
<data name="Another_instance_of_this_program_is_in_working_state_Please_close_other_instances_before_trying_to_switch_profile" xml:space="preserve">
|
|
<value>Another instance of this program is in working state. Please close other instances before trying to switch profile.</value>
|
|
</data>
|
|
<data name="Can_not_change_active_profile" xml:space="preserve">
|
|
<value>Can not change active profile.</value>
|
|
</data>
|
|
<data name="Steam_executable_file_not_found" xml:space="preserve">
|
|
<value>Steam executable file not found.</value>
|
|
</data>
|
|
<data name="Steam_game_is_not_installed" xml:space="preserve">
|
|
<value>Steam game is not installed.</value>
|
|
</data>
|
|
<data name="Steam_game_is_not_owned" xml:space="preserve">
|
|
<value>Steam game is not owned.</value>
|
|
</data>
|
|
<data name="Failed_to_save_profile" xml:space="preserve">
|
|
<value>Failed to save profile.</value>
|
|
</data>
|
|
<data name="Operation_Failed" xml:space="preserve">
|
|
<value>Operation Failed: {0}</value>
|
|
</data>
|
|
<data name="Fatal_Error" xml:space="preserve">
|
|
<value>Fatal Error</value>
|
|
</data>
|
|
<data name="Help" xml:space="preserve">
|
|
<value>Help</value>
|
|
</data>
|
|
<data name="_Active_" xml:space="preserve">
|
|
<value>[Active]</value>
|
|
</data>
|
|
<data name="Unknown" xml:space="preserve">
|
|
<value>Unknown</value>
|
|
</data>
|
|
<data name="Running" xml:space="preserve">
|
|
<value>[Running]</value>
|
|
</data>
|
|
<data name="Updating" xml:space="preserve">
|
|
<value>[Updating]</value>
|
|
</data>
|
|
<data name="Installed" xml:space="preserve">
|
|
<value>[Installed]</value>
|
|
</data>
|
|
<data name="Not_Installed" xml:space="preserve">
|
|
<value>[Not Installed]</value>
|
|
</data>
|
|
<data name="Not_Owned" xml:space="preserve">
|
|
<value>[Not Owned]</value>
|
|
</data>
|
|
<data name="Active_Profiles" xml:space="preserve">
|
|
<value>Active Profiles</value>
|
|
</data>
|
|
<data name="Saved_Profiles" xml:space="preserve">
|
|
<value>Saved Profiles</value>
|
|
</data>
|
|
<data name="Waiting_for_the_0_to_terminate" xml:space="preserve">
|
|
<value>Waiting for the '{0}' to terminate</value>
|
|
</data>
|
|
<data name="Apply_Profile" xml:space="preserve">
|
|
<value>Apply_Profile</value>
|
|
</data>
|
|
<data name="It_wont_be_long_now" xml:space="preserve">
|
|
<value>It won't be long now</value>
|
|
</data>
|
|
<data name="Press_ESC_to_cancel" xml:space="preserve">
|
|
<value>Press ESC to cancel</value>
|
|
</data>
|
|
</root> |