|
@@ -1,101 +1,324 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<root>
|
|
|
- <!--
|
|
|
- Microsoft ResX Schema
|
|
|
+ <!--
|
|
|
+ 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.
|
|
|
|
|
|
- Version 1.3
|
|
|
-
|
|
|
- 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">1.3</resheader>
|
|
|
- <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
|
|
- <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
|
|
- <data name="Name1">this is my long string</data>
|
|
|
- <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
|
|
- <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
|
|
- [base64 mime encoded serialized .NET Framework object]
|
|
|
- </data>
|
|
|
- <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
|
- [base64 mime encoded string representing a byte array form of the .NET Framework object]
|
|
|
- </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.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:element name="root" msdata:IsDataSet="true">
|
|
|
- <xsd:complexType>
|
|
|
- <xsd:choice maxOccurs="unbounded">
|
|
|
- <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" msdata:Ordinal="1" />
|
|
|
- <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
|
|
- <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
|
|
- </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>1.3</value>
|
|
|
- </resheader>
|
|
|
- <resheader name="reader">
|
|
|
- <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
- </resheader>
|
|
|
- <resheader name="writer">
|
|
|
- <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
- </resheader>
|
|
|
+ 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="code300" xml:space="preserve">
|
|
|
+ <value>Network error</value>
|
|
|
+ </data>
|
|
|
+ <data name="code301" xml:space="preserve">
|
|
|
+ <value>Graphic verification code error</value>
|
|
|
+ </data>
|
|
|
+ <data name="code302" xml:space="preserve">
|
|
|
+ <value>Email address is not registered</value>
|
|
|
+ </data>
|
|
|
+ <data name="code304" xml:space="preserve">
|
|
|
+ <value>Invalid token or token has expired</value>
|
|
|
+ </data>
|
|
|
+ <data name="code305" xml:space="preserve">
|
|
|
+ <value>You have reached the maximum number of devices, please log out of other devices and log in again</value>
|
|
|
+ </data>
|
|
|
+ <data name="code306" xml:space="preserve">
|
|
|
+ <value>User is not logged in. Please log in and try again.</value>
|
|
|
+ </data>
|
|
|
+ <data name="code307" xml:space="preserve">
|
|
|
+ <value>Failed to obtain authorization code</value>
|
|
|
+ </data>
|
|
|
+ <data name="code308" xml:space="preserve">
|
|
|
+ <value>Failed to obtain token</value>
|
|
|
+ </data>
|
|
|
+ <data name="code309" xml:space="preserve">
|
|
|
+ <value>Email code error!</value>
|
|
|
+ </data>
|
|
|
+ <data name="code310" xml:space="preserve">
|
|
|
+ <value>Register error!</value>
|
|
|
+ </data>
|
|
|
+ <data name="code311" xml:space="preserve">
|
|
|
+ <value>The password is incorrect, please re-enter it</value>
|
|
|
+ </data>
|
|
|
+ <data name="code312" xml:space="preserve">
|
|
|
+ <value>Incorrect code</value>
|
|
|
+ </data>
|
|
|
+ <data name="code313" xml:space="preserve">
|
|
|
+ <value>Code send error</value>
|
|
|
+ </data>
|
|
|
+ <data name="code314" xml:space="preserve">
|
|
|
+ <value>Mail send error</value>
|
|
|
+ </data>
|
|
|
+ <data name="code315" xml:space="preserve">
|
|
|
+ <value>Too many codes sent, please try again later</value>
|
|
|
+ </data>
|
|
|
+ <data name="code316" xml:space="preserve">
|
|
|
+ <value>This email is already registered, please login</value>
|
|
|
+ </data>
|
|
|
+ <data name="code317" xml:space="preserve">
|
|
|
+ <value>This account is not registered, click Sign Up to create a new account</value>
|
|
|
+ </data>
|
|
|
+ <data name="code318" xml:space="preserve">
|
|
|
+ <value>Your account is currently being cancelled and cannot be logged in. If you have any questions, please contact customer service</value>
|
|
|
+ </data>
|
|
|
+ <data name="code319" xml:space="preserve">
|
|
|
+ <value>Please enter a valid email address</value>
|
|
|
+ </data>
|
|
|
+ <data name="code320" xml:space="preserve">
|
|
|
+ <value>Passwords are different. Please re-enter them.</value>
|
|
|
+ </data>
|
|
|
+ <data name="code321" xml:space="preserve">
|
|
|
+ <value>At least 6 characters</value>
|
|
|
+ </data>
|
|
|
+ <data name="code322" xml:space="preserve">
|
|
|
+ <value>Up to 24 characters</value>
|
|
|
+ </data>
|
|
|
+ <data name="code323" xml:space="preserve">
|
|
|
+ <value>Please add auth config</value>
|
|
|
+ </data>
|
|
|
+ <data name="code324" xml:space="preserve">
|
|
|
+ <value>You are still in the subscription and cannot log out. Please click Cancel Account after the subscription period ends</value>
|
|
|
+ </data>
|
|
|
+ <data name="code325" xml:space="preserve">
|
|
|
+ <value>You are still in the subscription and cannot log out. Please click logout after the trial expired</value>
|
|
|
+ </data>
|
|
|
+ <data name="code326" xml:space="preserve">
|
|
|
+ <value>Time transfer error</value>
|
|
|
+ </data>
|
|
|
+ <data name="Codemax" xml:space="preserve">
|
|
|
+ <value>Up to 24 characters</value>
|
|
|
+ </data>
|
|
|
+ <data name="Codemin" xml:space="preserve">
|
|
|
+ <value>At least 6 characters</value>
|
|
|
+ </data>
|
|
|
+ <data name="LoginPasswordMsg" xml:space="preserve">
|
|
|
+ <value>Enter new password again</value>
|
|
|
+ </data>
|
|
|
+ <data name="LoginPasswordMsg0" xml:space="preserve">
|
|
|
+ <value>Enter password</value>
|
|
|
+ </data>
|
|
|
+ <data name="LoginPasswordMsg2" xml:space="preserve">
|
|
|
+ <value>Enter new password</value>
|
|
|
+ </data>
|
|
|
+ <data name="Mailerr" xml:space="preserve">
|
|
|
+ <value>Please enter a valid email</value>
|
|
|
+ </data>
|
|
|
+ <data name="Msgtologin" xml:space="preserve">
|
|
|
+ <value>Enjoy Advanced Features</value>
|
|
|
+ </data>
|
|
|
+ <data name="RegisterEmailMsg" xml:space="preserve">
|
|
|
+ <value>Enter email address</value>
|
|
|
+ </data>
|
|
|
+ <data name="RegisterNextStep" xml:space="preserve">
|
|
|
+ <value>Next Step</value>
|
|
|
+ </data>
|
|
|
+ <data name="RegisterPasswordMsg" xml:space="preserve">
|
|
|
+ <value>Enter your password</value>
|
|
|
+ </data>
|
|
|
+ <data name="Registertext1" xml:space="preserve">
|
|
|
+ <value>Already have an account?</value>
|
|
|
+ </data>
|
|
|
+ <data name="Text_admail" xml:space="preserve">
|
|
|
+ <value>E-mail Address</value>
|
|
|
+ </data>
|
|
|
+ <data name="Text_and" xml:space="preserve">
|
|
|
+ <value>and</value>
|
|
|
+ </data>
|
|
|
+ <data name="Text_back" xml:space="preserve">
|
|
|
+ <value>Back to previous step</value>
|
|
|
+ </data>
|
|
|
+ <data name="Text_chmail" xml:space="preserve">
|
|
|
+ <value>Change Email</value>
|
|
|
+ </data>
|
|
|
+ <data name="Text_emailac" xml:space="preserve">
|
|
|
+ <value>Enter email account</value>
|
|
|
+ </data>
|
|
|
+ <data name="Text_forgetpass" xml:space="preserve">
|
|
|
+ <value>Forgot your password?</value>
|
|
|
+ </data>
|
|
|
+ <data name="Text_getstart" xml:space="preserve">
|
|
|
+ <value>Getting Started</value>
|
|
|
+ </data>
|
|
|
+ <data name="Text_licens" xml:space="preserve">
|
|
|
+ <value>License Agreement</value>
|
|
|
+ </data>
|
|
|
+ <data name="Text_Login" xml:space="preserve">
|
|
|
+ <value>Log In</value>
|
|
|
+ </data>
|
|
|
+ <data name="Text_logout" xml:space="preserve">
|
|
|
+ <value>Log Out</value>
|
|
|
+ </data>
|
|
|
+ <data name="Text_no" xml:space="preserve">
|
|
|
+ <value>No</value>
|
|
|
+ </data>
|
|
|
+ <data name="Text_noacc" xml:space="preserve">
|
|
|
+ <value>Dont’t have an account yet?</value>
|
|
|
+ </data>
|
|
|
+ <data name="Text_nonet" xml:space="preserve">
|
|
|
+ <value>No Network Detected</value>
|
|
|
+ </data>
|
|
|
+ <data name="Text_novcode" xml:space="preserve">
|
|
|
+ <value>Didn't receive the verification code?</value>
|
|
|
+ </data>
|
|
|
+ <data name="Text_ok" xml:space="preserve">
|
|
|
+ <value>OK</value>
|
|
|
+ </data>
|
|
|
+ <data name="Text_privary" xml:space="preserve">
|
|
|
+ <value>Privacy Policy</value>
|
|
|
+ </data>
|
|
|
+ <data name="Text_recode" xml:space="preserve">
|
|
|
+ <value>Resend Code</value>
|
|
|
+ </data>
|
|
|
+ <data name="Text_regisuccess" xml:space="preserve">
|
|
|
+ <value>Register successfully</value>
|
|
|
+ </data>
|
|
|
+ <data name="Text_remsg" xml:space="preserve">
|
|
|
+ <value>By registering, you agree to the</value>
|
|
|
+ </data>
|
|
|
+ <data name="Text_retry" xml:space="preserve">
|
|
|
+ <value>Retry</value>
|
|
|
+ </data>
|
|
|
+ <data name="Text_Signup" xml:space="preserve">
|
|
|
+ <value>Sign Up</value>
|
|
|
+ </data>
|
|
|
+ <data name="Text_toconnect" xml:space="preserve">
|
|
|
+ <value>To access your files, please connect to the internet and try again.</value>
|
|
|
+ </data>
|
|
|
+ <data name="Text_toocode" xml:space="preserve">
|
|
|
+ <value>Reset Password</value>
|
|
|
+ </data>
|
|
|
+ <data name="Text_useracc" xml:space="preserve">
|
|
|
+ <value>Account Information</value>
|
|
|
+ </data>
|
|
|
+ <data name="Text_useroutinglogin" xml:space="preserve">
|
|
|
+ <value>Unable to Log In</value>
|
|
|
+ </data>
|
|
|
+ <data name="Text_useroutingloginmsg1" xml:space="preserve">
|
|
|
+ <value>Your account is currently being logged out and cannot be logged in. If you have questions, please </value>
|
|
|
+ </data>
|
|
|
+ <data name="Text_useroutingloginmsg2" xml:space="preserve">
|
|
|
+ <value>contact customer service</value>
|
|
|
+ </data>
|
|
|
+ <data name="Text_useroutmsg" xml:space="preserve">
|
|
|
+ <value>Cancellation cannot be withdrawn, it will be completed within 3 working days, until then your account will be frozen and cannot be logged in, are you sure you want to delete your account?</value>
|
|
|
+ </data>
|
|
|
+ <data name="Text_userouttol" xml:space="preserve">
|
|
|
+ <value>Are you sure you want to cancel your account?</value>
|
|
|
+ </data>
|
|
|
+ <data name="Text_vcode" xml:space="preserve">
|
|
|
+ <value>Enter the verification code</value>
|
|
|
+ </data>
|
|
|
+ <data name="Text_yes" xml:space="preserve">
|
|
|
+ <value>Yes</value>
|
|
|
+ </data>
|
|
|
</root>
|