Skip to content
Snippets Groups Projects
Commit 24d8c68d authored by MELERIX's avatar MELERIX
Browse files

BETA/STABLE: Few missing XSD files.

parent 6eaaa8fe
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<list>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../langs.xsd">
<sm id="0" text="Verbindung zum Server unterbrochen" /> <!-- YOU_HAVE_BEEN_DISCONNECTED -->
<sm name="THE_SERVER_WILL_BE_COMING_DOWN_IN_S1_SECONDS" text="Der Server wird in $s1 Sekunden herrunter gefahren. Bitte suche einen sicheren Ort für den Logout." /> <!-- 1 -->
</list>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema">
<element name="list">
<complexType>
<sequence minOccurs="1" maxOccurs="1">
<element name="sm" minOccurs="1" maxOccurs="unbounded">
<complexType>
<attribute name="id" type="nonNegativeInteger" use="optional" />
<attribute name="name" type="token" use="optional" />
<attribute name="text" type="normalizedString" use="required" />
</complexType>
</element>
</sequence>
</complexType>
</element>
</schema>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<table maxLevel="85" maxPetLevel="86">
<table maxLevel="85" maxPetLevel="86" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="experience.xsd">
<experience level="1" tolevel="0" />
<experience level="2" tolevel="68" />
<experience level="3" tolevel="363" />
......
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema">
<element name="table">
<complexType>
<sequence minOccurs="1" maxOccurs="1">
<element name="experience" minOccurs="1" maxOccurs="87">
<complexType>
<attribute name="level" use="required">
<simpleType>
<restriction base="positiveInteger">
<minInclusive value="1" />
<maxInclusive value="87" />
</restriction>
</simpleType>
</attribute>
<attribute name="tolevel" type="nonNegativeInteger" use="required" />
</complexType>
</element>
</sequence>
<attribute name="maxLevel" use="required">
<simpleType>
<restriction base="positiveInteger">
<minInclusive value="1" />
<maxInclusive value="85" />
</restriction>
</simpleType>
</attribute>
<attribute name="maxPetLevel" use="required">
<simpleType>
<restriction base="positiveInteger">
<minInclusive value="1" />
<maxInclusive value="86" />
</restriction>
</simpleType>
</attribute>
</complexType>
</element>
</schema>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<localization lang="English" translator="netimperia" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="accountmanager.xsd">
<message id="toolName" text="SQL Account Manager" />
<message id="yesChar" text="y" />
<message id="noChar" text="n" />
<message id="trueString" text="True" />
<message id="falseString" text="False" />
<message id="functChooser" text="Please choose an option" />
<message id="functCreateAccount" text="1 - Create new account or update existing one (change pass and access level)" />
<message id="functAccessLevel" text="2 - Change access level" />
<message id="functDeleteAccount" text="3 - Delete existing account" />
<message id="functListAccount" text="4 - List accounts and access levels" />
<message id="functExit" text="5 - Exit" />
<message id="inputChoice" text="Your choice" />
<message id="inputUsername" text="Username" />
<message id="inputPassword" text="Password" />
<message id="inputAccessLevel" text="Access level" />
<message id="functListAccountChooser" text="Please choose a listing mode" />
<message id="functListAccountBanned" text="1 - Banned accounts only (accessLevel &lt; 0)" />
<message id="functListAccountPrivileged" text="2 - GM/privileged accounts (accessLevel &gt; 0)" />
<message id="functListAccountRegular" text="3 - Regular accounts only (accessLevel = 0)" />
<message id="functListAccountAll" text="4 - List all" />
<message id="functListAccountDisplayed" text="Displayed accounts: %d" />
<message id="functAccessLevelUpdated" text="Account %s has been updated" />
<message id="functAccessLevelNotExist" text="Account %s does not exist" />
<message id="functDeleteAccountConfirm" text="Do you really want to delete this account? Y/N" />
<message id="functDeleteAccountAbort" text="Deletion cancelled" />
<message id="functDeleteAccountCancel" text="Deletion cancelled" />
<message id="functDeleteAccountChar" text="Deleting character %s" />
<message id="functDeleteAccountClan" text="Deleting clan %s" />
<message id="functDeleteAccountComplete" text="Account %s has been deleted" />
<message id="functDeleteAccountNotExist" text="Account %s does not exist" />
</localization>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<list>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="MailList.xsd">
<mail id="SATempBan" file="html/SecAuthTempBan.htm" subject="Your account has been temporarily suspended" />
</list>
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema">
<element name="list">
<complexType>
<sequence minOccurs="1" maxOccurs="1">
<element name="mail" minOccurs="1" maxOccurs="1">
<complexType>
<attribute name="file" type="token" use="required" />
<attribute name="id" type="token" use="required" />
<attribute name="subject" type="normalizedString" use="required" />
</complexType>
</element>
</sequence>
</complexType>
</element>
</schema>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment