Compare commits
15 Commits
2025.707.0
...
2025.815.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ca430b4ae9 | ||
|
|
121d4230b7 | ||
|
|
9594adda08 | ||
|
|
93c11aa0b8 | ||
|
|
e620796f41 | ||
|
|
574f8ee787 | ||
|
|
6990f65686 | ||
|
|
431c180e36 | ||
|
|
6eaf0c915a | ||
|
|
d2b640395b | ||
|
|
1e034906d5 | ||
|
|
08c263eff1 | ||
|
|
fb9cd1a518 | ||
|
|
d10d73d434 | ||
|
|
91ca2edb01 |
@@ -74,7 +74,7 @@
|
|||||||
<value>Στερεοφωνικός διαχωρισμός Hitsound</value>
|
<value>Στερεοφωνικός διαχωρισμός Hitsound</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="master_volume" xml:space="preserve">
|
<data name="master_volume" xml:space="preserve">
|
||||||
<value>Master</value>
|
<value>Κύριος ήχος</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="master_volume_inactive" xml:space="preserve">
|
<data name="master_volume_inactive" xml:space="preserve">
|
||||||
<value>Master (παράθυρο ανενεργό)</value>
|
<value>Master (παράθυρο ανενεργό)</value>
|
||||||
|
|||||||
@@ -94,6 +94,9 @@
|
|||||||
<data name="suggested_offset_note" xml:space="preserve">
|
<data name="suggested_offset_note" xml:space="preserve">
|
||||||
<value>שחקו כמה מפות על מנת לקבל היסט מומלץ!</value>
|
<value>שחקו כמה מפות על מנת לקבל היסט מומלץ!</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="suggested_offset_correct" xml:space="preserve">
|
||||||
|
<value>בהתחשבות על {0} המשחק(ים) האחרונים, ההתהיה שלך מוגדרת נכון!</value>
|
||||||
|
</data>
|
||||||
<data name="suggested_offset_value_received" xml:space="preserve">
|
<data name="suggested_offset_value_received" xml:space="preserve">
|
||||||
<value>על בסיס {0} המשחקים האחרונים, ההיסט המומלץ הוא {1} מילי־שניות.</value>
|
<value>על בסיס {0} המשחקים האחרונים, ההיסט המומלץ הוא {1} מילי־שניות.</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -94,6 +94,9 @@
|
|||||||
<data name="suggested_offset_note" xml:space="preserve">
|
<data name="suggested_offset_note" xml:space="preserve">
|
||||||
<value>あなたに最適なオフセットを提案するには、いくつかのビートマップをプレイしていただく必要があります!</value>
|
<value>あなたに最適なオフセットを提案するには、いくつかのビートマップをプレイしていただく必要があります!</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="suggested_offset_correct" xml:space="preserve">
|
||||||
|
<value>最後の {0} プレイに基づいて、オフセットが正しく設定されています!</value>
|
||||||
|
</data>
|
||||||
<data name="suggested_offset_value_received" xml:space="preserve">
|
<data name="suggested_offset_value_received" xml:space="preserve">
|
||||||
<value>直近 {0} 回のプレイに基づいて推奨されるオフセットは {1} msです。</value>
|
<value>直近 {0} 回のプレイに基づいて推奨されるオフセットは {1} msです。</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -94,6 +94,9 @@
|
|||||||
<data name="suggested_offset_note" xml:space="preserve">
|
<data name="suggested_offset_note" xml:space="preserve">
|
||||||
<value>Spill noen beatmaps for å få en foreslått offset!</value>
|
<value>Spill noen beatmaps for å få en foreslått offset!</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="suggested_offset_correct" xml:space="preserve">
|
||||||
|
<value>Basert på de(n) siste {0} spillingen(e), er din offset riktig innstilt!</value>
|
||||||
|
</data>
|
||||||
<data name="suggested_offset_value_received" xml:space="preserve">
|
<data name="suggested_offset_value_received" xml:space="preserve">
|
||||||
<value>Basert på de(n) {0} siste spillingen(e), er foreslått offset {1} ms.</value>
|
<value>Basert på de(n) {0} siste spillingen(e), er foreslått offset {1} ms.</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="scope" xml:space="preserve">
|
||||||
|
<value>Обхват</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Локален</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Глобален</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Държава</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Приятели</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Отбор</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Вид</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Резултат</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Прецизност</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Макс комбо</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Пропуски</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Дата</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="scope" xml:space="preserve">
|
||||||
|
<value>Abast</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Local</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Global</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>País</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Amics</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Equip</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Ordre</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Puntuació</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Precisió</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Combo Màxim</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Errors</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Data</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="scope" xml:space="preserve">
|
||||||
|
<value>Rozsah</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Lokální</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Svět</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Stát</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Přátelé</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Tým</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Řazení</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Skóre</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Přesnost</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Maximální kombo</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Minutí</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Datum</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="scope" xml:space="preserve">
|
||||||
|
<value>Typ</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Lokal</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Global</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Land</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Freunde</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Team</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Sortierung</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Punkte</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Genauigkeit</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Maximale Combo</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Misses</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Datum</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="scope" xml:space="preserve">
|
||||||
|
<value>Εμβέλεια</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Τοπικά</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Παγκόσμια</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Χώρα</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Φίλοι</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Ομάδες</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Ταξινόμηση</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Σκορ</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Ακρίβεια</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Μέγιστο Combo</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Αστοχίες</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Ημερομηνία</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="scope" xml:space="preserve">
|
||||||
|
<value>Clasificación</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Local</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Global</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Nacional</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Entre mis amigos</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Entre mi equipo</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Ordenar</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Por puntuación</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Por precisión</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Por combo máximo</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Por fallos</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Por fecha</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="scope" xml:space="preserve">
|
||||||
|
<value>Clasificación</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Local</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Global</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Nacional</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Entre mis amigos</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Entre mi equipo</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Ordenar</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Por puntuación</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Por precisión</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Por combo máximo</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Por fallos</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Por fecha</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="scope" xml:space="preserve">
|
||||||
|
<value>Type</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Local</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Global</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>National</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Amis</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Équipe</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Trier</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Score</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Précision</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Combo max</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Notes manquées</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Date</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="scope" xml:space="preserve">
|
||||||
|
<value>Cakupan</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Lokal</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Global</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Negara</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Teman</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Tim</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Sortir</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Skor</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Akurasi</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Kombo Maks</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Miss</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Tanggal</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="scope" xml:space="preserve">
|
||||||
|
<value>Tipo</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Locale</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Globale</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Paese</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Amici</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Squadra</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Ordina</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Punteggio</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Precisione</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Combo Massima</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Errori</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Data</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="scope" xml:space="preserve">
|
||||||
|
<value>対象範囲</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>ローカル</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>グローバル</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>国別</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>友達</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>チーム</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>並び替え</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>スコア</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>精度</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>最大コンボ</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>ミス数</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>日付</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="scope" xml:space="preserve">
|
||||||
|
<value>범위</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>로컬</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>글로벌</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>국가</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>친구</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>팀</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>정렬</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>점수</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>정확도</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>최대 콤보</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>미스 횟수</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>날짜</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="scope" xml:space="preserve">
|
||||||
|
<value>Aprėptis</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Vietinis</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Pasaulis</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Šalis</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Draugai</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Komanda</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Rūšiuoti</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Taškai</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Tikslumas</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Didžiausias Kombo</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Nepataikymai</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Data</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="scope" xml:space="preserve">
|
||||||
|
<value>?</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Vietēja</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Globālā</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Valstī</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Draugos</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Komandā</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Kārtot</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Punkti</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Precizitāte</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Maksimalā Kombinācija</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Netrāpījumi</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Datums</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="scope" xml:space="preserve">
|
||||||
|
<value>Área</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Local</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Global</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>País</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Amigos</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Equipe</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Ordenar</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Pontuação</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Precisão</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Como Máximo</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Chances Perdidas</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Data</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
97
osu.Game.Resources/Localisation/BeatmapLeaderboardWedge.resx
Normal file
97
osu.Game.Resources/Localisation/BeatmapLeaderboardWedge.resx
Normal file
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<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="scope" xml:space="preserve">
|
||||||
|
<value>Scope</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Local</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Global</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Country</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Friend</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Team</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Sort</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Score</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Accuracy</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Max Combo</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Misses</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Date</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="scope" xml:space="preserve">
|
||||||
|
<value>Рейтинг</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Локальный</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Мировой</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>По стране</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Среди друзей</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Командный</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Сортировка</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Очки</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Точность</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Макс. комбо</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Промахи</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Дата</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="scope" xml:space="preserve">
|
||||||
|
<value>排行类型</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>本地</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>全球</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>国家或地区</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>好友</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>战队</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>排序</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>分数</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>准确率</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>最大连击</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>失误数</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>时间</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
<data name="by_turning_off_the_featured" xml:space="preserve">
|
<data name="by_turning_off_the_featured" xml:space="preserve">
|
||||||
<value>Vypnutím filtru "Oficiální umělci" se zobrazí veškerý uživatelský obsah.
|
<value>Vypnutím filtru "Oficiální umělci" se zobrazí veškerý uživatelský obsah.
|
||||||
|
|
||||||
Toto zahrnuje obsah, který nemusí být licencován pro osu!. Procházejte na vlastní riziko.</value>
|
Toto zahrnuje obsah, který nemusí být licencován pro osu!. Procházej na vlastní riziko.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="understood" xml:space="preserve">
|
<data name="understood" xml:space="preserve">
|
||||||
<value>Rozumím</value>
|
<value>Rozumím</value>
|
||||||
|
|||||||
@@ -69,4 +69,7 @@
|
|||||||
<data name="understood" xml:space="preserve">
|
<data name="understood" xml:space="preserve">
|
||||||
<value>הבנתי</value>
|
<value>הבנתי</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="featured_artists_disabled_tooltip" xml:space="preserve">
|
||||||
|
<value>אמנים נבחרים הם יוצרי מוזיקה אשר שיתפו פעולה עם osu! בכדי להפוך חלק מהשם שלהם לזמינים בשימוש בתור מפות במשחק. בחלק מהעדכונים של osu!, אנחנו מציגים רק מפות של אומנים נבחרים בכדי לתמוך בהם.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
<value>Lietotāja satura atruna</value>
|
<value>Lietotāja satura atruna</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="by_turning_off_the_featured" xml:space="preserve">
|
<data name="by_turning_off_the_featured" xml:space="preserve">
|
||||||
<value>Izslēdzot filtru "Attēlotais Mākslinieks", tiks parādīts viss lietotāja augšupielādētais saturs.
|
<value>Izslēdzot filtru "Kontraktētie Mākslinieki", tiks parādīts viss lietotāja augšupielādētais saturs.
|
||||||
|
|
||||||
Tas ietver arī saturu, kas, iespējams, nav pareizi licencēts lietošanai osu!. Pārlūkojiet uz savu risku.</value>
|
Tas ietver arī saturu, kas, iespējams, nav pareizi licencēts lietošanai osu!. Pārlūkojiet uz savu risku.</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -70,6 +70,6 @@ Tas ietver arī saturu, kas, iespējams, nav pareizi licencēts lietošanai osu!
|
|||||||
<value>Es saprotu</value>
|
<value>Es saprotu</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="featured_artists_disabled_tooltip" xml:space="preserve">
|
<data name="featured_artists_disabled_tooltip" xml:space="preserve">
|
||||||
<value>Iemīļotie mākslinieki ir mūzikas mākslinieki, kuri ir sadarbojušies ar osu!, lai padarītu daļu no viņu mūzikas pieejamu, izmantošanai ritma-kartēs. Priekš dažiem osu! jaunumu materiālam, mēs izmantojam tikai iemīļotos māksliniekus, lai labāk atbalstītu apkārtējo ekosistēmu</value>
|
<value>Kontraktētie Mākslinieki ir mūzikas mākslinieki, kuri ir sadarbojušies ar osu!, lai padarītu daļu no viņu mūzikas pieejamu, izmantošanai ritma-kartēs. Priekš dažiem osu! jaunumu materiālam, mēs izmantojam tikai iemīļotos māksliniekus, lai labāk atbalstītu apkārtējo ekosistēmu.</value>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -69,4 +69,7 @@ Dette inkluderer innhold som kanskje ikke er korrekt lisensiert for bruk med osu
|
|||||||
<data name="understood" xml:space="preserve">
|
<data name="understood" xml:space="preserve">
|
||||||
<value>Jeg forstår</value>
|
<value>Jeg forstår</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="featured_artists_disabled_tooltip" xml:space="preserve">
|
||||||
|
<value>Utvalgte Artister er musikkartister som har samarbeidet med osu! for å lage et utvalg av deres egne spor for bruk i beatmaps. For noen osu! utgivelser viser vi kun utvalgte artist beatmaps for å støtte økosystemet bedre.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -0,0 +1,94 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="circles" xml:space="preserve">
|
||||||
|
<value>Кръгове</value>
|
||||||
|
</data>
|
||||||
|
<data name="sliders" xml:space="preserve">
|
||||||
|
<value>Слайдъри</value>
|
||||||
|
</data>
|
||||||
|
<data name="spinners" xml:space="preserve">
|
||||||
|
<value>Спинъри</value>
|
||||||
|
</data>
|
||||||
|
<data name="hits" xml:space="preserve">
|
||||||
|
<value>Удари</value>
|
||||||
|
</data>
|
||||||
|
<data name="drumrolls" xml:space="preserve">
|
||||||
|
<value>Слайдъри</value>
|
||||||
|
</data>
|
||||||
|
<data name="swells" xml:space="preserve">
|
||||||
|
<value>Спинъри</value>
|
||||||
|
</data>
|
||||||
|
<data name="fruits" xml:space="preserve">
|
||||||
|
<value>Плодове</value>
|
||||||
|
</data>
|
||||||
|
<data name="juice_streams" xml:space="preserve">
|
||||||
|
<value>Сок стриймове</value>
|
||||||
|
</data>
|
||||||
|
<data name="banana_showers" xml:space="preserve">
|
||||||
|
<value>Бананопад</value>
|
||||||
|
</data>
|
||||||
|
<data name="notes" xml:space="preserve">
|
||||||
|
<value>Ноти</value>
|
||||||
|
</data>
|
||||||
|
<data name="hold_notes" xml:space="preserve">
|
||||||
|
<value>Задържащи се ноти</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,94 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="circles" xml:space="preserve">
|
||||||
|
<value>Cercles</value>
|
||||||
|
</data>
|
||||||
|
<data name="sliders" xml:space="preserve">
|
||||||
|
<value>Sliders</value>
|
||||||
|
</data>
|
||||||
|
<data name="spinners" xml:space="preserve">
|
||||||
|
<value>Spinners</value>
|
||||||
|
</data>
|
||||||
|
<data name="hits" xml:space="preserve">
|
||||||
|
<value>Cops</value>
|
||||||
|
</data>
|
||||||
|
<data name="drumrolls" xml:space="preserve">
|
||||||
|
<value>Redobles</value>
|
||||||
|
</data>
|
||||||
|
<data name="swells" xml:space="preserve">
|
||||||
|
<value>Swells</value>
|
||||||
|
</data>
|
||||||
|
<data name="fruits" xml:space="preserve">
|
||||||
|
<value>Fruites</value>
|
||||||
|
</data>
|
||||||
|
<data name="juice_streams" xml:space="preserve">
|
||||||
|
<value>Juice Streams</value>
|
||||||
|
</data>
|
||||||
|
<data name="banana_showers" xml:space="preserve">
|
||||||
|
<value>Pluges de Bananes</value>
|
||||||
|
</data>
|
||||||
|
<data name="notes" xml:space="preserve">
|
||||||
|
<value>Notes</value>
|
||||||
|
</data>
|
||||||
|
<data name="hold_notes" xml:space="preserve">
|
||||||
|
<value>Notes Sostingudes</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,94 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="circles" xml:space="preserve">
|
||||||
|
<value>Koleček</value>
|
||||||
|
</data>
|
||||||
|
<data name="sliders" xml:space="preserve">
|
||||||
|
<value>Sliderů</value>
|
||||||
|
</data>
|
||||||
|
<data name="spinners" xml:space="preserve">
|
||||||
|
<value>Spinnerů</value>
|
||||||
|
</data>
|
||||||
|
<data name="hits" xml:space="preserve">
|
||||||
|
<value>Úderů</value>
|
||||||
|
</data>
|
||||||
|
<data name="drumrolls" xml:space="preserve">
|
||||||
|
<value>Virblů</value>
|
||||||
|
</data>
|
||||||
|
<data name="swells" xml:space="preserve">
|
||||||
|
<value>Šejkrů</value>
|
||||||
|
</data>
|
||||||
|
<data name="fruits" xml:space="preserve">
|
||||||
|
<value>Ovoce</value>
|
||||||
|
</data>
|
||||||
|
<data name="juice_streams" xml:space="preserve">
|
||||||
|
<value>Proudů džusu</value>
|
||||||
|
</data>
|
||||||
|
<data name="banana_showers" xml:space="preserve">
|
||||||
|
<value>Banánových spršek</value>
|
||||||
|
</data>
|
||||||
|
<data name="notes" xml:space="preserve">
|
||||||
|
<value>Not</value>
|
||||||
|
</data>
|
||||||
|
<data name="hold_notes" xml:space="preserve">
|
||||||
|
<value>Dlouhých not</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,94 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="circles" xml:space="preserve">
|
||||||
|
<value>Circles</value>
|
||||||
|
</data>
|
||||||
|
<data name="sliders" xml:space="preserve">
|
||||||
|
<value>Slider</value>
|
||||||
|
</data>
|
||||||
|
<data name="spinners" xml:space="preserve">
|
||||||
|
<value>Spinner</value>
|
||||||
|
</data>
|
||||||
|
<data name="hits" xml:space="preserve">
|
||||||
|
<value>Treffer</value>
|
||||||
|
</data>
|
||||||
|
<data name="drumrolls" xml:space="preserve">
|
||||||
|
<value>Drumrolls</value>
|
||||||
|
</data>
|
||||||
|
<data name="swells" xml:space="preserve">
|
||||||
|
<value>Swells</value>
|
||||||
|
</data>
|
||||||
|
<data name="fruits" xml:space="preserve">
|
||||||
|
<value>Fruits</value>
|
||||||
|
</data>
|
||||||
|
<data name="juice_streams" xml:space="preserve">
|
||||||
|
<value>Juice-Streams</value>
|
||||||
|
</data>
|
||||||
|
<data name="banana_showers" xml:space="preserve">
|
||||||
|
<value>Banana-Showers</value>
|
||||||
|
</data>
|
||||||
|
<data name="notes" xml:space="preserve">
|
||||||
|
<value>Notes</value>
|
||||||
|
</data>
|
||||||
|
<data name="hold_notes" xml:space="preserve">
|
||||||
|
<value>Hold-Notes</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,94 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="circles" xml:space="preserve">
|
||||||
|
<value>Κύκλοι</value>
|
||||||
|
</data>
|
||||||
|
<data name="sliders" xml:space="preserve">
|
||||||
|
<value>Κυλίσεις</value>
|
||||||
|
</data>
|
||||||
|
<data name="spinners" xml:space="preserve">
|
||||||
|
<value>Περιστροφές</value>
|
||||||
|
</data>
|
||||||
|
<data name="hits" xml:space="preserve">
|
||||||
|
<value>Εμφανίσεις</value>
|
||||||
|
</data>
|
||||||
|
<data name="drumrolls" xml:space="preserve">
|
||||||
|
<value>Βαρέλια</value>
|
||||||
|
</data>
|
||||||
|
<data name="swells" xml:space="preserve">
|
||||||
|
<value>Χτυπήματα</value>
|
||||||
|
</data>
|
||||||
|
<data name="fruits" xml:space="preserve">
|
||||||
|
<value>Φρούτα</value>
|
||||||
|
</data>
|
||||||
|
<data name="juice_streams" xml:space="preserve">
|
||||||
|
<value>Ροές Χυμού</value>
|
||||||
|
</data>
|
||||||
|
<data name="banana_showers" xml:space="preserve">
|
||||||
|
<value>Μπανάνα Ντους</value>
|
||||||
|
</data>
|
||||||
|
<data name="notes" xml:space="preserve">
|
||||||
|
<value>Σημειώσεις</value>
|
||||||
|
</data>
|
||||||
|
<data name="hold_notes" xml:space="preserve">
|
||||||
|
<value>Αναμονή Σημειώσεων</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,94 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="circles" xml:space="preserve">
|
||||||
|
<value>Círculos</value>
|
||||||
|
</data>
|
||||||
|
<data name="sliders" xml:space="preserve">
|
||||||
|
<value>Sliders</value>
|
||||||
|
</data>
|
||||||
|
<data name="spinners" xml:space="preserve">
|
||||||
|
<value>Spinners</value>
|
||||||
|
</data>
|
||||||
|
<data name="hits" xml:space="preserve">
|
||||||
|
<value>Golpes</value>
|
||||||
|
</data>
|
||||||
|
<data name="drumrolls" xml:space="preserve">
|
||||||
|
<value>Redobles</value>
|
||||||
|
</data>
|
||||||
|
<data name="swells" xml:space="preserve">
|
||||||
|
<value>Swells</value>
|
||||||
|
</data>
|
||||||
|
<data name="fruits" xml:space="preserve">
|
||||||
|
<value>Frutas</value>
|
||||||
|
</data>
|
||||||
|
<data name="juice_streams" xml:space="preserve">
|
||||||
|
<value>Corrientes de jugo</value>
|
||||||
|
</data>
|
||||||
|
<data name="banana_showers" xml:space="preserve">
|
||||||
|
<value>Lluvia de plátanos</value>
|
||||||
|
</data>
|
||||||
|
<data name="notes" xml:space="preserve">
|
||||||
|
<value>Notas</value>
|
||||||
|
</data>
|
||||||
|
<data name="hold_notes" xml:space="preserve">
|
||||||
|
<value>Notas largas</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,94 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="circles" xml:space="preserve">
|
||||||
|
<value>Círculos</value>
|
||||||
|
</data>
|
||||||
|
<data name="sliders" xml:space="preserve">
|
||||||
|
<value>Sliders</value>
|
||||||
|
</data>
|
||||||
|
<data name="spinners" xml:space="preserve">
|
||||||
|
<value>Spinners</value>
|
||||||
|
</data>
|
||||||
|
<data name="hits" xml:space="preserve">
|
||||||
|
<value>Golpes</value>
|
||||||
|
</data>
|
||||||
|
<data name="drumrolls" xml:space="preserve">
|
||||||
|
<value>Redobles</value>
|
||||||
|
</data>
|
||||||
|
<data name="swells" xml:space="preserve">
|
||||||
|
<value>Swells</value>
|
||||||
|
</data>
|
||||||
|
<data name="fruits" xml:space="preserve">
|
||||||
|
<value>Frutas</value>
|
||||||
|
</data>
|
||||||
|
<data name="juice_streams" xml:space="preserve">
|
||||||
|
<value>Corrientes de jugo</value>
|
||||||
|
</data>
|
||||||
|
<data name="banana_showers" xml:space="preserve">
|
||||||
|
<value>Lluvia de plátanos</value>
|
||||||
|
</data>
|
||||||
|
<data name="notes" xml:space="preserve">
|
||||||
|
<value>Notas</value>
|
||||||
|
</data>
|
||||||
|
<data name="hold_notes" xml:space="preserve">
|
||||||
|
<value>Notas largas</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,94 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="circles" xml:space="preserve">
|
||||||
|
<value>Cercles</value>
|
||||||
|
</data>
|
||||||
|
<data name="sliders" xml:space="preserve">
|
||||||
|
<value>Sliders</value>
|
||||||
|
</data>
|
||||||
|
<data name="spinners" xml:space="preserve">
|
||||||
|
<value>Spinners</value>
|
||||||
|
</data>
|
||||||
|
<data name="hits" xml:space="preserve">
|
||||||
|
<value>Hits</value>
|
||||||
|
</data>
|
||||||
|
<data name="drumrolls" xml:space="preserve">
|
||||||
|
<value>Drumrolls</value>
|
||||||
|
</data>
|
||||||
|
<data name="swells" xml:space="preserve">
|
||||||
|
<value>Swells</value>
|
||||||
|
</data>
|
||||||
|
<data name="fruits" xml:space="preserve">
|
||||||
|
<value>Fruits</value>
|
||||||
|
</data>
|
||||||
|
<data name="juice_streams" xml:space="preserve">
|
||||||
|
<value>Juice Streams</value>
|
||||||
|
</data>
|
||||||
|
<data name="banana_showers" xml:space="preserve">
|
||||||
|
<value>Banana Showers</value>
|
||||||
|
</data>
|
||||||
|
<data name="notes" xml:space="preserve">
|
||||||
|
<value>Notes</value>
|
||||||
|
</data>
|
||||||
|
<data name="hold_notes" xml:space="preserve">
|
||||||
|
<value>Hold Notes</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,94 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="circles" xml:space="preserve">
|
||||||
|
<value>Circle</value>
|
||||||
|
</data>
|
||||||
|
<data name="sliders" xml:space="preserve">
|
||||||
|
<value>Slider</value>
|
||||||
|
</data>
|
||||||
|
<data name="spinners" xml:space="preserve">
|
||||||
|
<value>Spinner</value>
|
||||||
|
</data>
|
||||||
|
<data name="hits" xml:space="preserve">
|
||||||
|
<value>Hit</value>
|
||||||
|
</data>
|
||||||
|
<data name="drumrolls" xml:space="preserve">
|
||||||
|
<value>Drumroll</value>
|
||||||
|
</data>
|
||||||
|
<data name="swells" xml:space="preserve">
|
||||||
|
<value>Swell</value>
|
||||||
|
</data>
|
||||||
|
<data name="fruits" xml:space="preserve">
|
||||||
|
<value>Fruit</value>
|
||||||
|
</data>
|
||||||
|
<data name="juice_streams" xml:space="preserve">
|
||||||
|
<value>Juice Stream</value>
|
||||||
|
</data>
|
||||||
|
<data name="banana_showers" xml:space="preserve">
|
||||||
|
<value>Banana Shower</value>
|
||||||
|
</data>
|
||||||
|
<data name="notes" xml:space="preserve">
|
||||||
|
<value>Note</value>
|
||||||
|
</data>
|
||||||
|
<data name="hold_notes" xml:space="preserve">
|
||||||
|
<value>Hold Note</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,94 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="circles" xml:space="preserve">
|
||||||
|
<value>Cerchi</value>
|
||||||
|
</data>
|
||||||
|
<data name="sliders" xml:space="preserve">
|
||||||
|
<value>Slider</value>
|
||||||
|
</data>
|
||||||
|
<data name="spinners" xml:space="preserve">
|
||||||
|
<value>Spinner</value>
|
||||||
|
</data>
|
||||||
|
<data name="hits" xml:space="preserve">
|
||||||
|
<value>Colpi</value>
|
||||||
|
</data>
|
||||||
|
<data name="drumrolls" xml:space="preserve">
|
||||||
|
<value>Rullanti</value>
|
||||||
|
</data>
|
||||||
|
<data name="swells" xml:space="preserve">
|
||||||
|
<value>Crescenti</value>
|
||||||
|
</data>
|
||||||
|
<data name="fruits" xml:space="preserve">
|
||||||
|
<value>Frutti</value>
|
||||||
|
</data>
|
||||||
|
<data name="juice_streams" xml:space="preserve">
|
||||||
|
<value>Strisce di Succo</value>
|
||||||
|
</data>
|
||||||
|
<data name="banana_showers" xml:space="preserve">
|
||||||
|
<value>Piogge di Banane</value>
|
||||||
|
</data>
|
||||||
|
<data name="notes" xml:space="preserve">
|
||||||
|
<value>Note</value>
|
||||||
|
</data>
|
||||||
|
<data name="hold_notes" xml:space="preserve">
|
||||||
|
<value>Note Lunghe</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,94 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="circles" xml:space="preserve">
|
||||||
|
<value>サークルの数</value>
|
||||||
|
</data>
|
||||||
|
<data name="sliders" xml:space="preserve">
|
||||||
|
<value>スライダーの数</value>
|
||||||
|
</data>
|
||||||
|
<data name="spinners" xml:space="preserve">
|
||||||
|
<value>スピナーの数</value>
|
||||||
|
</data>
|
||||||
|
<data name="hits" xml:space="preserve">
|
||||||
|
<value>ノートの数</value>
|
||||||
|
</data>
|
||||||
|
<data name="drumrolls" xml:space="preserve">
|
||||||
|
<value>連打の数</value>
|
||||||
|
</data>
|
||||||
|
<data name="swells" xml:space="preserve">
|
||||||
|
<value>でんでん太鼓の数</value>
|
||||||
|
</data>
|
||||||
|
<data name="fruits" xml:space="preserve">
|
||||||
|
<value>フルーツの数</value>
|
||||||
|
</data>
|
||||||
|
<data name="juice_streams" xml:space="preserve">
|
||||||
|
<value>ジュースストリームの数</value>
|
||||||
|
</data>
|
||||||
|
<data name="banana_showers" xml:space="preserve">
|
||||||
|
<value>バナナシャワーの数</value>
|
||||||
|
</data>
|
||||||
|
<data name="notes" xml:space="preserve">
|
||||||
|
<value>ノートの数</value>
|
||||||
|
</data>
|
||||||
|
<data name="hold_notes" xml:space="preserve">
|
||||||
|
<value>ホールドノートの数</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,94 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="circles" xml:space="preserve">
|
||||||
|
<value>동그라미 갯수</value>
|
||||||
|
</data>
|
||||||
|
<data name="sliders" xml:space="preserve">
|
||||||
|
<value>슬라이더 갯수</value>
|
||||||
|
</data>
|
||||||
|
<data name="spinners" xml:space="preserve">
|
||||||
|
<value>스피너 횟수</value>
|
||||||
|
</data>
|
||||||
|
<data name="hits" xml:space="preserve">
|
||||||
|
<value>히트 갯수</value>
|
||||||
|
</data>
|
||||||
|
<data name="drumrolls" xml:space="preserve">
|
||||||
|
<value>연타 횟수</value>
|
||||||
|
</data>
|
||||||
|
<data name="swells" xml:space="preserve">
|
||||||
|
<value>덴덴 북 갯수</value>
|
||||||
|
</data>
|
||||||
|
<data name="fruits" xml:space="preserve">
|
||||||
|
<value>괴일 갯수</value>
|
||||||
|
</data>
|
||||||
|
<data name="juice_streams" xml:space="preserve">
|
||||||
|
<value>쥬스 스트림 횟수</value>
|
||||||
|
</data>
|
||||||
|
<data name="banana_showers" xml:space="preserve">
|
||||||
|
<value>바나나 샤워 횟수</value>
|
||||||
|
</data>
|
||||||
|
<data name="notes" xml:space="preserve">
|
||||||
|
<value>노트 수</value>
|
||||||
|
</data>
|
||||||
|
<data name="hold_notes" xml:space="preserve">
|
||||||
|
<value>홀드 노트 갯수</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,94 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="circles" xml:space="preserve">
|
||||||
|
<value>Apļi</value>
|
||||||
|
</data>
|
||||||
|
<data name="sliders" xml:space="preserve">
|
||||||
|
<value>Slīdņi</value>
|
||||||
|
</data>
|
||||||
|
<data name="spinners" xml:space="preserve">
|
||||||
|
<value>Spineri</value>
|
||||||
|
</data>
|
||||||
|
<data name="hits" xml:space="preserve">
|
||||||
|
<value>Sitieni</value>
|
||||||
|
</data>
|
||||||
|
<data name="drumrolls" xml:space="preserve">
|
||||||
|
<value>Bungas</value>
|
||||||
|
</data>
|
||||||
|
<data name="swells" xml:space="preserve">
|
||||||
|
<value>Uzbriedumi</value>
|
||||||
|
</data>
|
||||||
|
<data name="fruits" xml:space="preserve">
|
||||||
|
<value>Augļi</value>
|
||||||
|
</data>
|
||||||
|
<data name="juice_streams" xml:space="preserve">
|
||||||
|
<value>Sulas Plūsmas</value>
|
||||||
|
</data>
|
||||||
|
<data name="banana_showers" xml:space="preserve">
|
||||||
|
<value>Banānu Duša</value>
|
||||||
|
</data>
|
||||||
|
<data name="notes" xml:space="preserve">
|
||||||
|
<value>Notis</value>
|
||||||
|
</data>
|
||||||
|
<data name="hold_notes" xml:space="preserve">
|
||||||
|
<value>Turāmās Notis</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,94 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="circles" xml:space="preserve">
|
||||||
|
<value>Bulatan</value>
|
||||||
|
</data>
|
||||||
|
<data name="sliders" xml:space="preserve">
|
||||||
|
<value>Gelangsar</value>
|
||||||
|
</data>
|
||||||
|
<data name="spinners" xml:space="preserve">
|
||||||
|
<value>Pemutar</value>
|
||||||
|
</data>
|
||||||
|
<data name="hits" xml:space="preserve">
|
||||||
|
<value>Pukulan</value>
|
||||||
|
</data>
|
||||||
|
<data name="drumrolls" xml:space="preserve">
|
||||||
|
<value>Titiran gendang</value>
|
||||||
|
</data>
|
||||||
|
<data name="swells" xml:space="preserve">
|
||||||
|
<value>Kembung</value>
|
||||||
|
</data>
|
||||||
|
<data name="fruits" xml:space="preserve">
|
||||||
|
<value>Buah</value>
|
||||||
|
</data>
|
||||||
|
<data name="juice_streams" xml:space="preserve">
|
||||||
|
<value>Aliran Jus</value>
|
||||||
|
</data>
|
||||||
|
<data name="banana_showers" xml:space="preserve">
|
||||||
|
<value>Hujan Pisang</value>
|
||||||
|
</data>
|
||||||
|
<data name="notes" xml:space="preserve">
|
||||||
|
<value>Nada</value>
|
||||||
|
</data>
|
||||||
|
<data name="hold_notes" xml:space="preserve">
|
||||||
|
<value>Tahan Nada</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,94 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="circles" xml:space="preserve">
|
||||||
|
<value>Círculos</value>
|
||||||
|
</data>
|
||||||
|
<data name="sliders" xml:space="preserve">
|
||||||
|
<value>Controles deslizantes</value>
|
||||||
|
</data>
|
||||||
|
<data name="spinners" xml:space="preserve">
|
||||||
|
<value>Spinners</value>
|
||||||
|
</data>
|
||||||
|
<data name="hits" xml:space="preserve">
|
||||||
|
<value>Acertos</value>
|
||||||
|
</data>
|
||||||
|
<data name="drumrolls" xml:space="preserve">
|
||||||
|
<value>Tambores</value>
|
||||||
|
</data>
|
||||||
|
<data name="swells" xml:space="preserve">
|
||||||
|
<value>Batidas rápidas</value>
|
||||||
|
</data>
|
||||||
|
<data name="fruits" xml:space="preserve">
|
||||||
|
<value>Frutas</value>
|
||||||
|
</data>
|
||||||
|
<data name="juice_streams" xml:space="preserve">
|
||||||
|
<value>Fluxos de Suco</value>
|
||||||
|
</data>
|
||||||
|
<data name="banana_showers" xml:space="preserve">
|
||||||
|
<value>Chuvas de Banana</value>
|
||||||
|
</data>
|
||||||
|
<data name="notes" xml:space="preserve">
|
||||||
|
<value>Notas</value>
|
||||||
|
</data>
|
||||||
|
<data name="hold_notes" xml:space="preserve">
|
||||||
|
<value>Manter notas</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,94 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="circles" xml:space="preserve">
|
||||||
|
<value>Cercuri</value>
|
||||||
|
</data>
|
||||||
|
<data name="sliders" xml:space="preserve">
|
||||||
|
<value>Slidere</value>
|
||||||
|
</data>
|
||||||
|
<data name="spinners" xml:space="preserve">
|
||||||
|
<value>Spinner-uri</value>
|
||||||
|
</data>
|
||||||
|
<data name="hits" xml:space="preserve">
|
||||||
|
<value>Clicuri</value>
|
||||||
|
</data>
|
||||||
|
<data name="drumrolls" xml:space="preserve">
|
||||||
|
<value>Drumroll-uri</value>
|
||||||
|
</data>
|
||||||
|
<data name="swells" xml:space="preserve">
|
||||||
|
<value>Swell-uri</value>
|
||||||
|
</data>
|
||||||
|
<data name="fruits" xml:space="preserve">
|
||||||
|
<value>Fructe</value>
|
||||||
|
</data>
|
||||||
|
<data name="juice_streams" xml:space="preserve">
|
||||||
|
<value>Stream-uri de Suc</value>
|
||||||
|
</data>
|
||||||
|
<data name="banana_showers" xml:space="preserve">
|
||||||
|
<value>Shower de Banane</value>
|
||||||
|
</data>
|
||||||
|
<data name="notes" xml:space="preserve">
|
||||||
|
<value>Note</value>
|
||||||
|
</data>
|
||||||
|
<data name="hold_notes" xml:space="preserve">
|
||||||
|
<value>Hold Note-uri</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,94 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="circles" xml:space="preserve">
|
||||||
|
<value>Ноты</value>
|
||||||
|
</data>
|
||||||
|
<data name="sliders" xml:space="preserve">
|
||||||
|
<value>Слайдеры</value>
|
||||||
|
</data>
|
||||||
|
<data name="spinners" xml:space="preserve">
|
||||||
|
<value>Спиннеры</value>
|
||||||
|
</data>
|
||||||
|
<data name="hits" xml:space="preserve">
|
||||||
|
<value>Ноты</value>
|
||||||
|
</data>
|
||||||
|
<data name="drumrolls" xml:space="preserve">
|
||||||
|
<value>Барабанные дроби</value>
|
||||||
|
</data>
|
||||||
|
<data name="swells" xml:space="preserve">
|
||||||
|
<value>Заполнения</value>
|
||||||
|
</data>
|
||||||
|
<data name="fruits" xml:space="preserve">
|
||||||
|
<value>Фрукты</value>
|
||||||
|
</data>
|
||||||
|
<data name="juice_streams" xml:space="preserve">
|
||||||
|
<value>Струи сока</value>
|
||||||
|
</data>
|
||||||
|
<data name="banana_showers" xml:space="preserve">
|
||||||
|
<value>Банановые души</value>
|
||||||
|
</data>
|
||||||
|
<data name="notes" xml:space="preserve">
|
||||||
|
<value>Ноты</value>
|
||||||
|
</data>
|
||||||
|
<data name="hold_notes" xml:space="preserve">
|
||||||
|
<value>Удерживаемые ноты</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,94 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="circles" xml:space="preserve">
|
||||||
|
<value>Нот</value>
|
||||||
|
</data>
|
||||||
|
<data name="sliders" xml:space="preserve">
|
||||||
|
<value>Слайдери</value>
|
||||||
|
</data>
|
||||||
|
<data name="spinners" xml:space="preserve">
|
||||||
|
<value>Спіннери</value>
|
||||||
|
</data>
|
||||||
|
<data name="hits" xml:space="preserve">
|
||||||
|
<value>Удари</value>
|
||||||
|
</data>
|
||||||
|
<data name="drumrolls" xml:space="preserve">
|
||||||
|
<value>Дроби</value>
|
||||||
|
</data>
|
||||||
|
<data name="swells" xml:space="preserve">
|
||||||
|
<value>Рокоти</value>
|
||||||
|
</data>
|
||||||
|
<data name="fruits" xml:space="preserve">
|
||||||
|
<value>Фрукти</value>
|
||||||
|
</data>
|
||||||
|
<data name="juice_streams" xml:space="preserve">
|
||||||
|
<value>Струмені соку</value>
|
||||||
|
</data>
|
||||||
|
<data name="banana_showers" xml:space="preserve">
|
||||||
|
<value>Бананові дощі</value>
|
||||||
|
</data>
|
||||||
|
<data name="notes" xml:space="preserve">
|
||||||
|
<value>Ноти</value>
|
||||||
|
</data>
|
||||||
|
<data name="hold_notes" xml:space="preserve">
|
||||||
|
<value>Довгі ноти</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,94 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="circles" xml:space="preserve">
|
||||||
|
<value>Vòng tròn</value>
|
||||||
|
</data>
|
||||||
|
<data name="sliders" xml:space="preserve">
|
||||||
|
<value>Slide</value>
|
||||||
|
</data>
|
||||||
|
<data name="spinners" xml:space="preserve">
|
||||||
|
<value>Spin</value>
|
||||||
|
</data>
|
||||||
|
<data name="hits" xml:space="preserve">
|
||||||
|
<value>Hit</value>
|
||||||
|
</data>
|
||||||
|
<data name="drumrolls" xml:space="preserve">
|
||||||
|
<value>Gõ trống</value>
|
||||||
|
</data>
|
||||||
|
<data name="swells" xml:space="preserve">
|
||||||
|
<value>Swell</value>
|
||||||
|
</data>
|
||||||
|
<data name="fruits" xml:space="preserve">
|
||||||
|
<value>Hoa quả</value>
|
||||||
|
</data>
|
||||||
|
<data name="juice_streams" xml:space="preserve">
|
||||||
|
<value>Juice stream</value>
|
||||||
|
</data>
|
||||||
|
<data name="banana_showers" xml:space="preserve">
|
||||||
|
<value>Mây chuối</value>
|
||||||
|
</data>
|
||||||
|
<data name="notes" xml:space="preserve">
|
||||||
|
<value>Ghi chú</value>
|
||||||
|
</data>
|
||||||
|
<data name="hold_notes" xml:space="preserve">
|
||||||
|
<value>Hold</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,94 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="circles" xml:space="preserve">
|
||||||
|
<value>圆圈</value>
|
||||||
|
</data>
|
||||||
|
<data name="sliders" xml:space="preserve">
|
||||||
|
<value>滑条</value>
|
||||||
|
</data>
|
||||||
|
<data name="spinners" xml:space="preserve">
|
||||||
|
<value>转盘</value>
|
||||||
|
</data>
|
||||||
|
<data name="hits" xml:space="preserve">
|
||||||
|
<value>击打</value>
|
||||||
|
</data>
|
||||||
|
<data name="drumrolls" xml:space="preserve">
|
||||||
|
<value>黄条</value>
|
||||||
|
</data>
|
||||||
|
<data name="swells" xml:space="preserve">
|
||||||
|
<value>气球</value>
|
||||||
|
</data>
|
||||||
|
<data name="fruits" xml:space="preserve">
|
||||||
|
<value>水果</value>
|
||||||
|
</data>
|
||||||
|
<data name="juice_streams" xml:space="preserve">
|
||||||
|
<value>小果</value>
|
||||||
|
</data>
|
||||||
|
<data name="banana_showers" xml:space="preserve">
|
||||||
|
<value>香蕉</value>
|
||||||
|
</data>
|
||||||
|
<data name="notes" xml:space="preserve">
|
||||||
|
<value>单点</value>
|
||||||
|
</data>
|
||||||
|
<data name="hold_notes" xml:space="preserve">
|
||||||
|
<value>长条</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -107,7 +107,7 @@
|
|||||||
<value>Proces odesílání</value>
|
<value>Proces odesílání</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="submission_process_description" xml:space="preserve">
|
<data name="submission_process_description" xml:space="preserve">
|
||||||
<value>Nejsi si jistý procesem odesílání? Podívejte se na tuto wiki stránku!</value>
|
<value>Nejsi si jistý procesem odesílání? Podívej se na tuto wiki stránku!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="mapping_help_forum" xml:space="preserve">
|
<data name="mapping_help_forum" xml:space="preserve">
|
||||||
<value>Fórum pro pomoc s mapováním</value>
|
<value>Fórum pro pomoc s mapováním</value>
|
||||||
|
|||||||
@@ -140,7 +140,7 @@
|
|||||||
<value>Nota: al fine di consentire agli utenti di tutte le versioni osu! di godere della tua beatmap, verrà esportata in un formato retrocompatibile. Anche se abbiamo fatto sforzi per garantire che il processo mantenga la beatmap giocabile nella sua forma prevista, alcuni dati relativi a funzionalità che le versioni precedenti di osu! non supportano potrebbero andare perduti.</value>
|
<value>Nota: al fine di consentire agli utenti di tutte le versioni osu! di godere della tua beatmap, verrà esportata in un formato retrocompatibile. Anche se abbiamo fatto sforzi per garantire che il processo mantenga la beatmap giocabile nella sua forma prevista, alcuni dati relativi a funzionalità che le versioni precedenti di osu! non supportano potrebbero andare perduti.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="empty_beatmaps_cannot_be_submitted" xml:space="preserve">
|
<data name="empty_beatmaps_cannot_be_submitted" xml:space="preserve">
|
||||||
<value>Le beatmap vuote non possono essere inviate.</value>
|
<value>Le beatmap vuote non possono essere caricate.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="update_beatmap" xml:space="preserve">
|
<data name="update_beatmap" xml:space="preserve">
|
||||||
<value>Aggiorna beatmap!</value>
|
<value>Aggiorna beatmap!</value>
|
||||||
|
|||||||
151
osu.Game.Resources/Localisation/BeatmapSubmission.no.resx
Normal file
151
osu.Game.Resources/Localisation/BeatmapSubmission.no.resx
Normal file
@@ -0,0 +1,151 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="beatmap_submission_title" xml:space="preserve">
|
||||||
|
<value>Beatmap innsending</value>
|
||||||
|
</data>
|
||||||
|
<data name="beatmap_submission_description" xml:space="preserve">
|
||||||
|
<value>Del ditt beatmap med verden!</value>
|
||||||
|
</data>
|
||||||
|
<data name="content_permissions" xml:space="preserve">
|
||||||
|
<value>Innholdstillatelser</value>
|
||||||
|
</data>
|
||||||
|
<data name="content_permissions_acknowledgement" xml:space="preserve">
|
||||||
|
<value>Jeg forstår</value>
|
||||||
|
</data>
|
||||||
|
<data name="frequently_asked_questions" xml:space="preserve">
|
||||||
|
<value>Ofte spurte spørsmål</value>
|
||||||
|
</data>
|
||||||
|
<data name="submission_settings" xml:space="preserve">
|
||||||
|
<value>Innstillinger for innsending</value>
|
||||||
|
</data>
|
||||||
|
<data name="confirm_submission" xml:space="preserve">
|
||||||
|
<value>Send inn beatmap!</value>
|
||||||
|
</data>
|
||||||
|
<data name="exporting" xml:space="preserve">
|
||||||
|
<value>Eksporterer beatmap for kompatibilitet...</value>
|
||||||
|
</data>
|
||||||
|
<data name="preparing" xml:space="preserve">
|
||||||
|
<value>Forbereder opplasting...</value>
|
||||||
|
</data>
|
||||||
|
<data name="uploading" xml:space="preserve">
|
||||||
|
<value>Laster opp beatmap innhold...</value>
|
||||||
|
</data>
|
||||||
|
<data name="finishing" xml:space="preserve">
|
||||||
|
<value>Fullfører...</value>
|
||||||
|
</data>
|
||||||
|
<data name="content_permissions_disclaimer" xml:space="preserve">
|
||||||
|
<value>Før du fortsetter, ber vi deg sjekke om innholdet du laster opp er klarert for opplasting. Vær oppmerksom på at du har ansvaret for innholdet du laster opp til plattformen og hvis du er i tvil, bør du be om tillatelse fra innholdsskaperne før opplasting!</value>
|
||||||
|
</data>
|
||||||
|
<data name="check_content_usage_guidelines" xml:space="preserve">
|
||||||
|
<value>Sjekk retningslinjer for bruk av innhold for mer informasjon</value>
|
||||||
|
</data>
|
||||||
|
<data name="beatmap_ranking_criteria" xml:space="preserve">
|
||||||
|
<value>Beatmap rangeringskriterier</value>
|
||||||
|
</data>
|
||||||
|
<data name="beatmap_ranking_criteria_description" xml:space="preserve">
|
||||||
|
<value>Er du sikker på at du er innenfor retningslinjene? Sjekk listen og fremskynde rangeringsprosessen!</value>
|
||||||
|
</data>
|
||||||
|
<data name="submission_process" xml:space="preserve">
|
||||||
|
<value>Prosess for innlevering</value>
|
||||||
|
</data>
|
||||||
|
<data name="submission_process_description" xml:space="preserve">
|
||||||
|
<value>Usikker på innsendingsprosessen? Sjekk ut wiki-oppføringen!</value>
|
||||||
|
</data>
|
||||||
|
<data name="mapping_help_forum" xml:space="preserve">
|
||||||
|
<value>Tilording av hjelpeforum</value>
|
||||||
|
</data>
|
||||||
|
<data name="mapping_help_forum_description" xml:space="preserve">
|
||||||
|
<value>Har du noen spørsmål om mapping og innsending? Spør om det i forumet!</value>
|
||||||
|
</data>
|
||||||
|
<data name="modding_queues_forum" xml:space="preserve">
|
||||||
|
<value>Modding køer forum</value>
|
||||||
|
</data>
|
||||||
|
<data name="modding_queues_forum_description" xml:space="preserve">
|
||||||
|
<value>Har du trøbbel ved å få tilbakemelding? Gjerne spør i en mod kø!</value>
|
||||||
|
</data>
|
||||||
|
<data name="beatmap_submission_target_caption" xml:space="preserve">
|
||||||
|
<value>Hvor vil du legge ut beatmappet ditt?</value>
|
||||||
|
</data>
|
||||||
|
<data name="beatmap_submission_target_wip" xml:space="preserve">
|
||||||
|
<value>Under arbeid / Hjelp (ikke komplett, ikke klar for rangering)</value>
|
||||||
|
</data>
|
||||||
|
<data name="beatmap_submission_target_pending" xml:space="preserve">
|
||||||
|
<value>Venter (fullført, klar for rangering)</value>
|
||||||
|
</data>
|
||||||
|
<data name="notify_for_discussion_replies" xml:space="preserve">
|
||||||
|
<value>Motta varsler om diskusjon svar</value>
|
||||||
|
</data>
|
||||||
|
<data name="load_in_browser_after_submission" xml:space="preserve">
|
||||||
|
<value>Last inn i nettleser etter innsending</value>
|
||||||
|
</data>
|
||||||
|
<data name="legacy_export_disclaimer" xml:space="preserve">
|
||||||
|
<value>Merk: For å gjøre det mulig for brukere av all osu!-versjoner for å nyte ditt beatmap, vil den bli eksportert i et bakovers-kompatibelt format. Samtidig som vi har arbeidet for å sikre at denne prosessen holder beatmappet som er spillbar i sin tiltenkte form. noen data relatert til funksjoner som tidligere versjoner av osu! ikke støtter kan gå tapt.</value>
|
||||||
|
</data>
|
||||||
|
<data name="empty_beatmaps_cannot_be_submitted" xml:space="preserve">
|
||||||
|
<value>Tomme beatmaps kan ikke sendes.</value>
|
||||||
|
</data>
|
||||||
|
<data name="update_beatmap" xml:space="preserve">
|
||||||
|
<value>Oppdater beatmap!</value>
|
||||||
|
</data>
|
||||||
|
<data name="upload_new_beatmap" xml:space="preserve">
|
||||||
|
<value>Last opp NY beatmap!</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -68,6 +68,6 @@
|
|||||||
<value>Sebutan</value>
|
<value>Sebutan</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="in_game_input_placeholder" xml:space="preserve">
|
<data name="in_game_input_placeholder" xml:space="preserve">
|
||||||
<value>tekan enter untuk mengobrol...</value>
|
<value>tekan {0} untuk mengobrol...</value>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -68,6 +68,6 @@
|
|||||||
<value>メンション</value>
|
<value>メンション</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="in_game_input_placeholder" xml:space="preserve">
|
<data name="in_game_input_placeholder" xml:space="preserve">
|
||||||
<value>エンターキーを押してチャット...</value>
|
<value>{0} を押してチャット…</value>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -68,6 +68,6 @@
|
|||||||
<value>Mencionar</value>
|
<value>Mencionar</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="in_game_input_placeholder" xml:space="preserve">
|
<data name="in_game_input_placeholder" xml:space="preserve">
|
||||||
<value>pressione enter para conversar...</value>
|
<value>pressione {0} para conversar...</value>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
82
osu.Game.Resources/Localisation/Collections.bg.resx
Normal file
82
osu.Game.Resources/Localisation/Collections.bg.resx
Normal file
@@ -0,0 +1,82 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="manage_collections_title" xml:space="preserve">
|
||||||
|
<value>Управление на колекции</value>
|
||||||
|
</data>
|
||||||
|
<data name="collection" xml:space="preserve">
|
||||||
|
<value>Колекции</value>
|
||||||
|
</data>
|
||||||
|
<data name="all_beatmaps" xml:space="preserve">
|
||||||
|
<value>Всички бийтмапове</value>
|
||||||
|
</data>
|
||||||
|
<data name="manage_collections" xml:space="preserve">
|
||||||
|
<value>Управление на колекции...</value>
|
||||||
|
</data>
|
||||||
|
<data name="create_new" xml:space="preserve">
|
||||||
|
<value>Създаване на колекция</value>
|
||||||
|
</data>
|
||||||
|
<data name="remove_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>Премахни избрания бийтмап</value>
|
||||||
|
</data>
|
||||||
|
<data name="add_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>Добави избрания бийтмап</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
82
osu.Game.Resources/Localisation/Collections.ca.resx
Normal file
82
osu.Game.Resources/Localisation/Collections.ca.resx
Normal file
@@ -0,0 +1,82 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="manage_collections_title" xml:space="preserve">
|
||||||
|
<value>Gestiona les col·leccions</value>
|
||||||
|
</data>
|
||||||
|
<data name="collection" xml:space="preserve">
|
||||||
|
<value>Col·lecció</value>
|
||||||
|
</data>
|
||||||
|
<data name="all_beatmaps" xml:space="preserve">
|
||||||
|
<value>Tots els mapes</value>
|
||||||
|
</data>
|
||||||
|
<data name="manage_collections" xml:space="preserve">
|
||||||
|
<value>Gestiona les col·leccions...</value>
|
||||||
|
</data>
|
||||||
|
<data name="create_new" xml:space="preserve">
|
||||||
|
<value>Crea una col·lecció nova</value>
|
||||||
|
</data>
|
||||||
|
<data name="remove_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>Elimina els mapes seleccionats</value>
|
||||||
|
</data>
|
||||||
|
<data name="add_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>Afegeix el mapa seleccionat</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
82
osu.Game.Resources/Localisation/Collections.cs.resx
Normal file
82
osu.Game.Resources/Localisation/Collections.cs.resx
Normal file
@@ -0,0 +1,82 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="manage_collections_title" xml:space="preserve">
|
||||||
|
<value>Spravovat kolekce</value>
|
||||||
|
</data>
|
||||||
|
<data name="collection" xml:space="preserve">
|
||||||
|
<value>Kolekce</value>
|
||||||
|
</data>
|
||||||
|
<data name="all_beatmaps" xml:space="preserve">
|
||||||
|
<value>Všechny beatmapy</value>
|
||||||
|
</data>
|
||||||
|
<data name="manage_collections" xml:space="preserve">
|
||||||
|
<value>Spravovat kolekce...</value>
|
||||||
|
</data>
|
||||||
|
<data name="create_new" xml:space="preserve">
|
||||||
|
<value>Vytvořit novou kolekci</value>
|
||||||
|
</data>
|
||||||
|
<data name="remove_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>Odebrat vybranou beatmapu</value>
|
||||||
|
</data>
|
||||||
|
<data name="add_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>Přidat vybranou beatmapu</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
82
osu.Game.Resources/Localisation/Collections.de.resx
Normal file
82
osu.Game.Resources/Localisation/Collections.de.resx
Normal file
@@ -0,0 +1,82 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="manage_collections_title" xml:space="preserve">
|
||||||
|
<value>Sammlungen verwalten</value>
|
||||||
|
</data>
|
||||||
|
<data name="collection" xml:space="preserve">
|
||||||
|
<value>Sammlung</value>
|
||||||
|
</data>
|
||||||
|
<data name="all_beatmaps" xml:space="preserve">
|
||||||
|
<value>Alle Beatmaps</value>
|
||||||
|
</data>
|
||||||
|
<data name="manage_collections" xml:space="preserve">
|
||||||
|
<value>Sammlungen verwalten...</value>
|
||||||
|
</data>
|
||||||
|
<data name="create_new" xml:space="preserve">
|
||||||
|
<value>Neue Sammlung erstellen</value>
|
||||||
|
</data>
|
||||||
|
<data name="remove_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>Ausgewählte Beatmap entfernen</value>
|
||||||
|
</data>
|
||||||
|
<data name="add_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>Ausgewählte Beatmap hinzufügen</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
82
osu.Game.Resources/Localisation/Collections.el.resx
Normal file
82
osu.Game.Resources/Localisation/Collections.el.resx
Normal file
@@ -0,0 +1,82 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="manage_collections_title" xml:space="preserve">
|
||||||
|
<value>Διαχείριση συλλογών</value>
|
||||||
|
</data>
|
||||||
|
<data name="collection" xml:space="preserve">
|
||||||
|
<value>Συλλογή</value>
|
||||||
|
</data>
|
||||||
|
<data name="all_beatmaps" xml:space="preserve">
|
||||||
|
<value>Όλα τα beatmaps</value>
|
||||||
|
</data>
|
||||||
|
<data name="manage_collections" xml:space="preserve">
|
||||||
|
<value>Διαχείριση συλλογών...</value>
|
||||||
|
</data>
|
||||||
|
<data name="create_new" xml:space="preserve">
|
||||||
|
<value>Δημιουργία νέας συλλογής</value>
|
||||||
|
</data>
|
||||||
|
<data name="remove_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>Αφαίρεση επιλεγμένου beatmap</value>
|
||||||
|
</data>
|
||||||
|
<data name="add_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>Προσθήκη επιλεγμένου beatmap</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
82
osu.Game.Resources/Localisation/Collections.es-419.resx
Normal file
82
osu.Game.Resources/Localisation/Collections.es-419.resx
Normal file
@@ -0,0 +1,82 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="manage_collections_title" xml:space="preserve">
|
||||||
|
<value>Gestor de colecciones</value>
|
||||||
|
</data>
|
||||||
|
<data name="collection" xml:space="preserve">
|
||||||
|
<value>Colección</value>
|
||||||
|
</data>
|
||||||
|
<data name="all_beatmaps" xml:space="preserve">
|
||||||
|
<value>Todos los mapas</value>
|
||||||
|
</data>
|
||||||
|
<data name="manage_collections" xml:space="preserve">
|
||||||
|
<value>Gestionar colecciones...</value>
|
||||||
|
</data>
|
||||||
|
<data name="create_new" xml:space="preserve">
|
||||||
|
<value>Crear una nueva colección</value>
|
||||||
|
</data>
|
||||||
|
<data name="remove_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>Quitar el mapa seleccionado</value>
|
||||||
|
</data>
|
||||||
|
<data name="add_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>Añadir el mapa seleccionado</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
82
osu.Game.Resources/Localisation/Collections.es.resx
Normal file
82
osu.Game.Resources/Localisation/Collections.es.resx
Normal file
@@ -0,0 +1,82 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="manage_collections_title" xml:space="preserve">
|
||||||
|
<value>Gestor de colecciones</value>
|
||||||
|
</data>
|
||||||
|
<data name="collection" xml:space="preserve">
|
||||||
|
<value>Colección</value>
|
||||||
|
</data>
|
||||||
|
<data name="all_beatmaps" xml:space="preserve">
|
||||||
|
<value>Todos los mapas</value>
|
||||||
|
</data>
|
||||||
|
<data name="manage_collections" xml:space="preserve">
|
||||||
|
<value>Gestionar colecciones...</value>
|
||||||
|
</data>
|
||||||
|
<data name="create_new" xml:space="preserve">
|
||||||
|
<value>Crear una nueva colección</value>
|
||||||
|
</data>
|
||||||
|
<data name="remove_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>Quitar el mapa seleccionado</value>
|
||||||
|
</data>
|
||||||
|
<data name="add_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>Añadir el mapa seleccionado</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
82
osu.Game.Resources/Localisation/Collections.fr.resx
Normal file
82
osu.Game.Resources/Localisation/Collections.fr.resx
Normal file
@@ -0,0 +1,82 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="manage_collections_title" xml:space="preserve">
|
||||||
|
<value>Gérer les collections</value>
|
||||||
|
</data>
|
||||||
|
<data name="collection" xml:space="preserve">
|
||||||
|
<value>Collection</value>
|
||||||
|
</data>
|
||||||
|
<data name="all_beatmaps" xml:space="preserve">
|
||||||
|
<value>Toutes les beatmaps</value>
|
||||||
|
</data>
|
||||||
|
<data name="manage_collections" xml:space="preserve">
|
||||||
|
<value>Gérer les collections...</value>
|
||||||
|
</data>
|
||||||
|
<data name="create_new" xml:space="preserve">
|
||||||
|
<value>Créer une nouvelle collection</value>
|
||||||
|
</data>
|
||||||
|
<data name="remove_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>Retirer la beatmap sélectionnée</value>
|
||||||
|
</data>
|
||||||
|
<data name="add_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>Ajouter la beatmap sélectionnée</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
82
osu.Game.Resources/Localisation/Collections.id.resx
Normal file
82
osu.Game.Resources/Localisation/Collections.id.resx
Normal file
@@ -0,0 +1,82 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="manage_collections_title" xml:space="preserve">
|
||||||
|
<value>Kelola Koleksi</value>
|
||||||
|
</data>
|
||||||
|
<data name="collection" xml:space="preserve">
|
||||||
|
<value>Koleksi</value>
|
||||||
|
</data>
|
||||||
|
<data name="all_beatmaps" xml:space="preserve">
|
||||||
|
<value>Semua beatmap</value>
|
||||||
|
</data>
|
||||||
|
<data name="manage_collections" xml:space="preserve">
|
||||||
|
<value>Kelola koleksi...</value>
|
||||||
|
</data>
|
||||||
|
<data name="create_new" xml:space="preserve">
|
||||||
|
<value>Buat koleksi baru</value>
|
||||||
|
</data>
|
||||||
|
<data name="remove_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>Hapus beatmap yang dipilih</value>
|
||||||
|
</data>
|
||||||
|
<data name="add_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>Tambah beatmap yang dipilih</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
82
osu.Game.Resources/Localisation/Collections.it.resx
Normal file
82
osu.Game.Resources/Localisation/Collections.it.resx
Normal file
@@ -0,0 +1,82 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="manage_collections_title" xml:space="preserve">
|
||||||
|
<value>Gestisci Collezioni</value>
|
||||||
|
</data>
|
||||||
|
<data name="collection" xml:space="preserve">
|
||||||
|
<value>Collezione</value>
|
||||||
|
</data>
|
||||||
|
<data name="all_beatmaps" xml:space="preserve">
|
||||||
|
<value>Tutte le beatmap</value>
|
||||||
|
</data>
|
||||||
|
<data name="manage_collections" xml:space="preserve">
|
||||||
|
<value>Gestisci collezioni...</value>
|
||||||
|
</data>
|
||||||
|
<data name="create_new" xml:space="preserve">
|
||||||
|
<value>Crea una nuova collezione</value>
|
||||||
|
</data>
|
||||||
|
<data name="remove_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>Rimuovi la beatmap selezionata</value>
|
||||||
|
</data>
|
||||||
|
<data name="add_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>Aggiungi la beatmap selezionata</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
82
osu.Game.Resources/Localisation/Collections.ja.resx
Normal file
82
osu.Game.Resources/Localisation/Collections.ja.resx
Normal file
@@ -0,0 +1,82 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="manage_collections_title" xml:space="preserve">
|
||||||
|
<value>コレクションを管理</value>
|
||||||
|
</data>
|
||||||
|
<data name="collection" xml:space="preserve">
|
||||||
|
<value>コレクション</value>
|
||||||
|
</data>
|
||||||
|
<data name="all_beatmaps" xml:space="preserve">
|
||||||
|
<value>全てのビートマップ</value>
|
||||||
|
</data>
|
||||||
|
<data name="manage_collections" xml:space="preserve">
|
||||||
|
<value>コレクションを管理...</value>
|
||||||
|
</data>
|
||||||
|
<data name="create_new" xml:space="preserve">
|
||||||
|
<value>新しいコレクションを作成</value>
|
||||||
|
</data>
|
||||||
|
<data name="remove_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>選択したビートマップを削除</value>
|
||||||
|
</data>
|
||||||
|
<data name="add_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>選択したビートマップを追加</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
82
osu.Game.Resources/Localisation/Collections.ko.resx
Normal file
82
osu.Game.Resources/Localisation/Collections.ko.resx
Normal file
@@ -0,0 +1,82 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="manage_collections_title" xml:space="preserve">
|
||||||
|
<value>컬렉션 관리</value>
|
||||||
|
</data>
|
||||||
|
<data name="collection" xml:space="preserve">
|
||||||
|
<value>컬렉션</value>
|
||||||
|
</data>
|
||||||
|
<data name="all_beatmaps" xml:space="preserve">
|
||||||
|
<value>전체 비트맵</value>
|
||||||
|
</data>
|
||||||
|
<data name="manage_collections" xml:space="preserve">
|
||||||
|
<value>컬렉션 관리...</value>
|
||||||
|
</data>
|
||||||
|
<data name="create_new" xml:space="preserve">
|
||||||
|
<value>새로운 컬렉션 만들기</value>
|
||||||
|
</data>
|
||||||
|
<data name="remove_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>선택한 비트맵을 삭제</value>
|
||||||
|
</data>
|
||||||
|
<data name="add_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>선택한 비트맵을 추가</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
82
osu.Game.Resources/Localisation/Collections.lv-LV.resx
Normal file
82
osu.Game.Resources/Localisation/Collections.lv-LV.resx
Normal file
@@ -0,0 +1,82 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="manage_collections_title" xml:space="preserve">
|
||||||
|
<value>Pārvaldīt kolekcijas</value>
|
||||||
|
</data>
|
||||||
|
<data name="collection" xml:space="preserve">
|
||||||
|
<value>Kolekcija</value>
|
||||||
|
</data>
|
||||||
|
<data name="all_beatmaps" xml:space="preserve">
|
||||||
|
<value>Visas ritma-kartes</value>
|
||||||
|
</data>
|
||||||
|
<data name="manage_collections" xml:space="preserve">
|
||||||
|
<value>Pārvaldīt kolekcijas...</value>
|
||||||
|
</data>
|
||||||
|
<data name="create_new" xml:space="preserve">
|
||||||
|
<value>Izveidot jaunu kolekciju</value>
|
||||||
|
</data>
|
||||||
|
<data name="remove_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>Noņemt izvēlēto ritma-karti</value>
|
||||||
|
</data>
|
||||||
|
<data name="add_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>Pievienot izvēlēto ritma-karti</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
82
osu.Game.Resources/Localisation/Collections.pt-BR.resx
Normal file
82
osu.Game.Resources/Localisation/Collections.pt-BR.resx
Normal file
@@ -0,0 +1,82 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="manage_collections_title" xml:space="preserve">
|
||||||
|
<value>Gerenciar Coleções</value>
|
||||||
|
</data>
|
||||||
|
<data name="collection" xml:space="preserve">
|
||||||
|
<value>Coelção</value>
|
||||||
|
</data>
|
||||||
|
<data name="all_beatmaps" xml:space="preserve">
|
||||||
|
<value>Todos os beatmaps</value>
|
||||||
|
</data>
|
||||||
|
<data name="manage_collections" xml:space="preserve">
|
||||||
|
<value>Gerenciar coleções...</value>
|
||||||
|
</data>
|
||||||
|
<data name="create_new" xml:space="preserve">
|
||||||
|
<value>Criar uma nova coleção</value>
|
||||||
|
</data>
|
||||||
|
<data name="remove_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>Remover beatmap selecionado</value>
|
||||||
|
</data>
|
||||||
|
<data name="add_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>Adicionar beatmap selecionado</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
82
osu.Game.Resources/Localisation/Collections.resx
Normal file
82
osu.Game.Resources/Localisation/Collections.resx
Normal file
@@ -0,0 +1,82 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<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="manage_collections_title" xml:space="preserve">
|
||||||
|
<value>Manage Collections</value>
|
||||||
|
</data>
|
||||||
|
<data name="collection" xml:space="preserve">
|
||||||
|
<value>Collection</value>
|
||||||
|
</data>
|
||||||
|
<data name="all_beatmaps" xml:space="preserve">
|
||||||
|
<value>All beatmaps</value>
|
||||||
|
</data>
|
||||||
|
<data name="manage_collections" xml:space="preserve">
|
||||||
|
<value>Manage collections...</value>
|
||||||
|
</data>
|
||||||
|
<data name="create_new" xml:space="preserve">
|
||||||
|
<value>Create a new collection</value>
|
||||||
|
</data>
|
||||||
|
<data name="remove_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>Remove selected beatmap</value>
|
||||||
|
</data>
|
||||||
|
<data name="add_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>Add selected beatmap</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
82
osu.Game.Resources/Localisation/Collections.ru.resx
Normal file
82
osu.Game.Resources/Localisation/Collections.ru.resx
Normal file
@@ -0,0 +1,82 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="manage_collections_title" xml:space="preserve">
|
||||||
|
<value>Управление коллекциями</value>
|
||||||
|
</data>
|
||||||
|
<data name="collection" xml:space="preserve">
|
||||||
|
<value>Коллекция</value>
|
||||||
|
</data>
|
||||||
|
<data name="all_beatmaps" xml:space="preserve">
|
||||||
|
<value>Все карты</value>
|
||||||
|
</data>
|
||||||
|
<data name="manage_collections" xml:space="preserve">
|
||||||
|
<value>Управление коллекциями...</value>
|
||||||
|
</data>
|
||||||
|
<data name="create_new" xml:space="preserve">
|
||||||
|
<value>Создать новую коллекцию</value>
|
||||||
|
</data>
|
||||||
|
<data name="remove_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>Исключить выбранную карту</value>
|
||||||
|
</data>
|
||||||
|
<data name="add_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>Добавить выбранную карту</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
82
osu.Game.Resources/Localisation/Collections.zh.resx
Normal file
82
osu.Game.Resources/Localisation/Collections.zh.resx
Normal file
@@ -0,0 +1,82 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<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="manage_collections_title" xml:space="preserve">
|
||||||
|
<value>管理收藏夹</value>
|
||||||
|
</data>
|
||||||
|
<data name="collection" xml:space="preserve">
|
||||||
|
<value>收藏夹</value>
|
||||||
|
</data>
|
||||||
|
<data name="all_beatmaps" xml:space="preserve">
|
||||||
|
<value>所有谱面</value>
|
||||||
|
</data>
|
||||||
|
<data name="manage_collections" xml:space="preserve">
|
||||||
|
<value>管理收藏夹……</value>
|
||||||
|
</data>
|
||||||
|
<data name="create_new" xml:space="preserve">
|
||||||
|
<value>创建新收藏夹</value>
|
||||||
|
</data>
|
||||||
|
<data name="remove_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>删除选中的谱面</value>
|
||||||
|
</data>
|
||||||
|
<data name="add_selected_beatmap" xml:space="preserve">
|
||||||
|
<value>添加谱面</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -163,4 +163,10 @@
|
|||||||
<data name="copy_link" xml:space="preserve">
|
<data name="copy_link" xml:space="preserve">
|
||||||
<value>Копирай връзката</value>
|
<value>Копирай връзката</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="manage" xml:space="preserve">
|
||||||
|
<value>Управление...</value>
|
||||||
|
</data>
|
||||||
|
<data name="details" xml:space="preserve">
|
||||||
|
<value>Подробности...</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -164,4 +164,10 @@ Bloq Mayús està activat</value>
|
|||||||
<data name="copy_link" xml:space="preserve">
|
<data name="copy_link" xml:space="preserve">
|
||||||
<value>Copia enllaç</value>
|
<value>Copia enllaç</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="manage" xml:space="preserve">
|
||||||
|
<value>Gestiona...</value>
|
||||||
|
</data>
|
||||||
|
<data name="details" xml:space="preserve">
|
||||||
|
<value>Detalls...</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -163,4 +163,10 @@
|
|||||||
<data name="copy_link" xml:space="preserve">
|
<data name="copy_link" xml:space="preserve">
|
||||||
<value>Kopírovat odkaz</value>
|
<value>Kopírovat odkaz</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="manage" xml:space="preserve">
|
||||||
|
<value>Spravovat...</value>
|
||||||
|
</data>
|
||||||
|
<data name="details" xml:space="preserve">
|
||||||
|
<value>Podrobnosti...</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -163,4 +163,10 @@
|
|||||||
<data name="copy_link" xml:space="preserve">
|
<data name="copy_link" xml:space="preserve">
|
||||||
<value>Link kopieren</value>
|
<value>Link kopieren</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="manage" xml:space="preserve">
|
||||||
|
<value>Verwalten...</value>
|
||||||
|
</data>
|
||||||
|
<data name="details" xml:space="preserve">
|
||||||
|
<value>Details...</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -76,6 +76,9 @@
|
|||||||
<data name="default" xml:space="preserve">
|
<data name="default" xml:space="preserve">
|
||||||
<value>Προεπιλογή</value>
|
<value>Προεπιλογή</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="rename" xml:space="preserve">
|
||||||
|
<value>Μετονομασία</value>
|
||||||
|
</data>
|
||||||
<data name="export" xml:space="preserve">
|
<data name="export" xml:space="preserve">
|
||||||
<value>Εξαγωγή</value>
|
<value>Εξαγωγή</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -160,4 +163,10 @@
|
|||||||
<data name="copy_link" xml:space="preserve">
|
<data name="copy_link" xml:space="preserve">
|
||||||
<value>Αντιγραφή συνδέσμου</value>
|
<value>Αντιγραφή συνδέσμου</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="manage" xml:space="preserve">
|
||||||
|
<value>Διαχείριση...</value>
|
||||||
|
</data>
|
||||||
|
<data name="details" xml:space="preserve">
|
||||||
|
<value>Λεπτομέρειες...</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -163,4 +163,10 @@
|
|||||||
<data name="copy_link" xml:space="preserve">
|
<data name="copy_link" xml:space="preserve">
|
||||||
<value>Copiar enlace</value>
|
<value>Copiar enlace</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="manage" xml:space="preserve">
|
||||||
|
<value>Gestionar...</value>
|
||||||
|
</data>
|
||||||
|
<data name="details" xml:space="preserve">
|
||||||
|
<value>Detalles...</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -163,4 +163,10 @@
|
|||||||
<data name="copy_link" xml:space="preserve">
|
<data name="copy_link" xml:space="preserve">
|
||||||
<value>Copiar enlace</value>
|
<value>Copiar enlace</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="manage" xml:space="preserve">
|
||||||
|
<value>Gestionar...</value>
|
||||||
|
</data>
|
||||||
|
<data name="details" xml:space="preserve">
|
||||||
|
<value>Detalles...</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -163,4 +163,10 @@
|
|||||||
<data name="copy_link" xml:space="preserve">
|
<data name="copy_link" xml:space="preserve">
|
||||||
<value>Copier le lien</value>
|
<value>Copier le lien</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="manage" xml:space="preserve">
|
||||||
|
<value>Gérer...</value>
|
||||||
|
</data>
|
||||||
|
<data name="details" xml:space="preserve">
|
||||||
|
<value>Détails...</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -163,4 +163,10 @@
|
|||||||
<data name="copy_link" xml:space="preserve">
|
<data name="copy_link" xml:space="preserve">
|
||||||
<value>Salin tautan</value>
|
<value>Salin tautan</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="manage" xml:space="preserve">
|
||||||
|
<value>Kelola...</value>
|
||||||
|
</data>
|
||||||
|
<data name="details" xml:space="preserve">
|
||||||
|
<value>Rincian...</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -163,4 +163,10 @@
|
|||||||
<data name="copy_link" xml:space="preserve">
|
<data name="copy_link" xml:space="preserve">
|
||||||
<value>Copia collegamento</value>
|
<value>Copia collegamento</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="manage" xml:space="preserve">
|
||||||
|
<value>Gestisci...</value>
|
||||||
|
</data>
|
||||||
|
<data name="details" xml:space="preserve">
|
||||||
|
<value>Dettagli...</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -163,4 +163,10 @@
|
|||||||
<data name="copy_link" xml:space="preserve">
|
<data name="copy_link" xml:space="preserve">
|
||||||
<value>リンクをコピー</value>
|
<value>リンクをコピー</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="manage" xml:space="preserve">
|
||||||
|
<value>管理...</value>
|
||||||
|
</data>
|
||||||
|
<data name="details" xml:space="preserve">
|
||||||
|
<value>詳細...</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -163,4 +163,10 @@
|
|||||||
<data name="copy_link" xml:space="preserve">
|
<data name="copy_link" xml:space="preserve">
|
||||||
<value>링크 복사</value>
|
<value>링크 복사</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="manage" xml:space="preserve">
|
||||||
|
<value>관리...</value>
|
||||||
|
</data>
|
||||||
|
<data name="details" xml:space="preserve">
|
||||||
|
<value>자세히...</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -163,4 +163,10 @@
|
|||||||
<data name="copy_link" xml:space="preserve">
|
<data name="copy_link" xml:space="preserve">
|
||||||
<value>Kopēt saiti</value>
|
<value>Kopēt saiti</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="manage" xml:space="preserve">
|
||||||
|
<value>Sakārtot...</value>
|
||||||
|
</data>
|
||||||
|
<data name="details" xml:space="preserve">
|
||||||
|
<value>Detaļas...</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -163,4 +163,10 @@
|
|||||||
<data name="copy_link" xml:space="preserve">
|
<data name="copy_link" xml:space="preserve">
|
||||||
<value>Copiar link</value>
|
<value>Copiar link</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="manage" xml:space="preserve">
|
||||||
|
<value>Gerenciar...</value>
|
||||||
|
</data>
|
||||||
|
<data name="details" xml:space="preserve">
|
||||||
|
<value>Detalhes...</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -163,4 +163,10 @@
|
|||||||
<data name="copy_link" xml:space="preserve">
|
<data name="copy_link" xml:space="preserve">
|
||||||
<value>Copy link</value>
|
<value>Copy link</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="manage" xml:space="preserve">
|
||||||
|
<value>Manage...</value>
|
||||||
|
</data>
|
||||||
|
<data name="details" xml:space="preserve">
|
||||||
|
<value>Details...</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -163,4 +163,10 @@
|
|||||||
<data name="copy_link" xml:space="preserve">
|
<data name="copy_link" xml:space="preserve">
|
||||||
<value>Скопировать ссылку</value>
|
<value>Скопировать ссылку</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="manage" xml:space="preserve">
|
||||||
|
<value>Редактировать...</value>
|
||||||
|
</data>
|
||||||
|
<data name="details" xml:space="preserve">
|
||||||
|
<value>Подробнее...</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -163,4 +163,10 @@
|
|||||||
<data name="copy_link" xml:space="preserve">
|
<data name="copy_link" xml:space="preserve">
|
||||||
<value>复制链接</value>
|
<value>复制链接</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="manage" xml:space="preserve">
|
||||||
|
<value>管理……</value>
|
||||||
|
</data>
|
||||||
|
<data name="details" xml:space="preserve">
|
||||||
|
<value>详情……</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -70,4 +70,10 @@
|
|||||||
<data name="spectate_player" xml:space="preserve">
|
<data name="spectate_player" xml:space="preserve">
|
||||||
<value>Наблюдаване</value>
|
<value>Наблюдаване</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="confirm_block_user" xml:space="preserve">
|
||||||
|
<value>Сигурни ли сте, че искате да блокирате {0}?</value>
|
||||||
|
</data>
|
||||||
|
<data name="confirm_unblock_user" xml:space="preserve">
|
||||||
|
<value>Сигурни ли сте, че искате да отблокирате {0}?</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
<value>Veure perfil</value>
|
<value>Veure perfil</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="view_beatmap" xml:space="preserve">
|
<data name="view_beatmap" xml:space="preserve">
|
||||||
<value>Veure mapa</value>
|
<value>Mostra el mapa</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="invite_player" xml:space="preserve">
|
<data name="invite_player" xml:space="preserve">
|
||||||
<value>Invitar jugador</value>
|
<value>Invitar jugador</value>
|
||||||
@@ -70,4 +70,10 @@
|
|||||||
<data name="spectate_player" xml:space="preserve">
|
<data name="spectate_player" xml:space="preserve">
|
||||||
<value>Observar</value>
|
<value>Observar</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="confirm_block_user" xml:space="preserve">
|
||||||
|
<value>Esteu segur que voleu blocar {0}?</value>
|
||||||
|
</data>
|
||||||
|
<data name="confirm_unblock_user" xml:space="preserve">
|
||||||
|
<value>Esteu segur que voleu desblocar {0}?</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -70,4 +70,10 @@
|
|||||||
<data name="spectate_player" xml:space="preserve">
|
<data name="spectate_player" xml:space="preserve">
|
||||||
<value>Sledovat</value>
|
<value>Sledovat</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="confirm_block_user" xml:space="preserve">
|
||||||
|
<value>Opravdu chceš zablokovat {0}?</value>
|
||||||
|
</data>
|
||||||
|
<data name="confirm_unblock_user" xml:space="preserve">
|
||||||
|
<value>Opravdu chceš odblokovat {0}?</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -70,4 +70,10 @@
|
|||||||
<data name="spectate_player" xml:space="preserve">
|
<data name="spectate_player" xml:space="preserve">
|
||||||
<value>Zuschauen</value>
|
<value>Zuschauen</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="confirm_block_user" xml:space="preserve">
|
||||||
|
<value>Möchtest du {0} wirklich blockieren?</value>
|
||||||
|
</data>
|
||||||
|
<data name="confirm_unblock_user" xml:space="preserve">
|
||||||
|
<value>Möchtest du {0} wirklich nicht mehr blockieren?</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -70,4 +70,10 @@
|
|||||||
<data name="spectate_player" xml:space="preserve">
|
<data name="spectate_player" xml:space="preserve">
|
||||||
<value>Παρακολούθηση</value>
|
<value>Παρακολούθηση</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="confirm_block_user" xml:space="preserve">
|
||||||
|
<value>Είσαι σίγουρος ότι θέλεις να μπλοκάρεις το {0}</value>
|
||||||
|
</data>
|
||||||
|
<data name="confirm_unblock_user" xml:space="preserve">
|
||||||
|
<value>Είσαι σίγουρος ότι θέλεις να ξεμπλοκάρεις το {0}</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -70,4 +70,10 @@
|
|||||||
<data name="spectate_player" xml:space="preserve">
|
<data name="spectate_player" xml:space="preserve">
|
||||||
<value>Observar al jugador</value>
|
<value>Observar al jugador</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="confirm_block_user" xml:space="preserve">
|
||||||
|
<value>¿Estás seguro de que quieres bloquear a {0}?</value>
|
||||||
|
</data>
|
||||||
|
<data name="confirm_unblock_user" xml:space="preserve">
|
||||||
|
<value>¿Estás seguro de que quieres desbloquear {0}?</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -70,4 +70,10 @@
|
|||||||
<data name="spectate_player" xml:space="preserve">
|
<data name="spectate_player" xml:space="preserve">
|
||||||
<value>Observar</value>
|
<value>Observar</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="confirm_block_user" xml:space="preserve">
|
||||||
|
<value>¿Estás seguro de que quieres bloquear a {0}?</value>
|
||||||
|
</data>
|
||||||
|
<data name="confirm_unblock_user" xml:space="preserve">
|
||||||
|
<value>¿Estás seguro de que quieres desbloquear {0}?</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -70,4 +70,10 @@
|
|||||||
<data name="spectate_player" xml:space="preserve">
|
<data name="spectate_player" xml:space="preserve">
|
||||||
<value>Observer le joueur</value>
|
<value>Observer le joueur</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="confirm_block_user" xml:space="preserve">
|
||||||
|
<value>Êtes-vous sûr de vouloir bloquer {0} ?</value>
|
||||||
|
</data>
|
||||||
|
<data name="confirm_unblock_user" xml:space="preserve">
|
||||||
|
<value>Êtes-vous sûr de vouloir débloquer {0} ?</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -70,4 +70,10 @@
|
|||||||
<data name="spectate_player" xml:space="preserve">
|
<data name="spectate_player" xml:space="preserve">
|
||||||
<value>Tonton</value>
|
<value>Tonton</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="confirm_block_user" xml:space="preserve">
|
||||||
|
<value>Apakah kamu yakin ingin memblokir {0}?</value>
|
||||||
|
</data>
|
||||||
|
<data name="confirm_unblock_user" xml:space="preserve">
|
||||||
|
<value>Apakah kamu yakin ingin membuka blokir {0}?</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -70,4 +70,10 @@
|
|||||||
<data name="spectate_player" xml:space="preserve">
|
<data name="spectate_player" xml:space="preserve">
|
||||||
<value>Osserva</value>
|
<value>Osserva</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="confirm_block_user" xml:space="preserve">
|
||||||
|
<value>Sei sicuro di voler bloccare {0}?</value>
|
||||||
|
</data>
|
||||||
|
<data name="confirm_unblock_user" xml:space="preserve">
|
||||||
|
<value>Sei sicuro di voler sbloccare {0}?</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -70,4 +70,10 @@
|
|||||||
<data name="spectate_player" xml:space="preserve">
|
<data name="spectate_player" xml:space="preserve">
|
||||||
<value>観戦する</value>
|
<value>観戦する</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="confirm_block_user" xml:space="preserve">
|
||||||
|
<value>{0} をブロックしますか?</value>
|
||||||
|
</data>
|
||||||
|
<data name="confirm_unblock_user" xml:space="preserve">
|
||||||
|
<value>{0} のブロックを解除しますか?</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -70,4 +70,10 @@
|
|||||||
<data name="spectate_player" xml:space="preserve">
|
<data name="spectate_player" xml:space="preserve">
|
||||||
<value>관전하기</value>
|
<value>관전하기</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="confirm_block_user" xml:space="preserve">
|
||||||
|
<value>{0} 사용자를 차단할까요?</value>
|
||||||
|
</data>
|
||||||
|
<data name="confirm_unblock_user" xml:space="preserve">
|
||||||
|
<value>{0} 사용자의 차단을 해제할까요?</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -70,4 +70,10 @@
|
|||||||
<data name="spectate_player" xml:space="preserve">
|
<data name="spectate_player" xml:space="preserve">
|
||||||
<value>Skatīties</value>
|
<value>Skatīties</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="confirm_block_user" xml:space="preserve">
|
||||||
|
<value>Vai tu esi drošs ka vēlies nobloķēt {0}?</value>
|
||||||
|
</data>
|
||||||
|
<data name="confirm_unblock_user" xml:space="preserve">
|
||||||
|
<value>Vai tu esi drošs ka vēlies atbloķēt {0}?</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -70,4 +70,10 @@
|
|||||||
<data name="spectate_player" xml:space="preserve">
|
<data name="spectate_player" xml:space="preserve">
|
||||||
<value>Tonton</value>
|
<value>Tonton</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="confirm_block_user" xml:space="preserve">
|
||||||
|
<value>Adakah anda pasti anda ingin menyekat {0}?</value>
|
||||||
|
</data>
|
||||||
|
<data name="confirm_unblock_user" xml:space="preserve">
|
||||||
|
<value>Adakah anda pasti ingin menyahsekat {0}?</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user