More appropriate name for translation parameter.
This commit is contained in:
@@ -1,16 +1,16 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
||||||
<!-- Q10320 -->
|
<!-- Q10320 -->
|
||||||
<localisation id="532001" text="Ας πάμε στην κεντρική πλατεία (Lv. 1-20)" />
|
<localisation id="532001" translation="Ας πάμε στην κεντρική πλατεία (Επ. 1-20)" />
|
||||||
<localisation id="532002" text="Ας πάμε στην κεντρική πλατεία (Lv. 1-20) (Σε εξέλιξη)" />
|
<localisation id="532002" translation="Ας πάμε στην κεντρική πλατεία (Επ. 1-20) (Σε εξέλιξη)" />
|
||||||
<localisation id="532003" text="Ας πάμε στην κεντρική πλατεία (Lv. 1-20) (Ολοκληρώθηκε)" />
|
<localisation id="532003" translation="Ας πάμε στην κεντρική πλατεία (Επ. 1-20) (Ολοκληρώθηκε)" />
|
||||||
<!-- Plains of Dion -->
|
<!-- Plains of Dion -->
|
||||||
<localisation id="99702" text="Τι κοιτάς;" />
|
<localisation id="99702" translation="Τι κοιτάς;" />
|
||||||
<localisation id="1000288" text="$s1! Πώς τολμάς να διακόπτεις τον αγώνα μας! Βοήθεια παιδιά!" />
|
<localisation id="1000288" translation="$s1! Πώς τολμάς να διακόπτεις τον αγώνα μας! Βοήθεια παιδιά!" />
|
||||||
<localisation id="1000388" text="$s1! Έ! Έχουμε μια μονομαχία εδώ!" />
|
<localisation id="1000388" translation="$s1! Έ! Έχουμε μια μονομαχία εδώ!" />
|
||||||
<localisation id="1000389" text="Η μονομαχία τελειώσε! Επίθεση!" />
|
<localisation id="1000389" translation="Η μονομαχία τελειώσε! Επίθεση!" />
|
||||||
<localisation id="1000390" text="Φάουλ! Σκοτώστε το δειλό!" />
|
<localisation id="1000390" translation="Φάουλ! Σκοτώστε το δειλό!" />
|
||||||
<localisation id="1000391" text="Πώς τολμάς να διακόπτεις μια ιερή μονομαχία! Πρέπει να πάρεις ένα μάθημα!" />
|
<localisation id="1000391" translation="Πώς τολμάς να διακόπτεις μια ιερή μονομαχία! Πρέπει να πάρεις ένα μάθημα!" />
|
||||||
<localisation id="1000392" text="Πέθανε, δειλέ!" />
|
<localisation id="1000392" translation="Πέθανε, δειλέ!" />
|
||||||
<localisation id="1000394" text="Σκοτώστε το δειλό!" />
|
<localisation id="1000394" translation="Σκοτώστε το δειλό!" />
|
||||||
</list>
|
</list>
|
||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
||||||
<localisation id="34" text="Καλωσόρισες στον κόσμο του Lineage II." />
|
<localisation id="34" translation="Καλωσόρισες στον κόσμο του Lineage II." />
|
||||||
</list>
|
</list>
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
<element name="localisation" minOccurs="0" maxOccurs="unbounded">
|
<element name="localisation" minOccurs="0" maxOccurs="unbounded">
|
||||||
<complexType>
|
<complexType>
|
||||||
<attribute name="id" type="nonNegativeInteger" use="required" />
|
<attribute name="id" type="nonNegativeInteger" use="required" />
|
||||||
<attribute name="text" type="normalizedString" use="required" />
|
<attribute name="translation" type="normalizedString" use="required" />
|
||||||
</complexType>
|
</complexType>
|
||||||
</element>
|
</element>
|
||||||
</sequence>
|
</sequence>
|
||||||
|
|||||||
@@ -33236,7 +33236,7 @@ public final class NpcStringId
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
node = nnmb.getNamedItem("text");
|
node = nnmb.getNamedItem("translation");
|
||||||
if (node == null)
|
if (node == null)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.WARNING, "NpcStringId: No text defined for NSID '" + nsId + "', lang '" + lang + "'.");
|
LOGGER.log(Level.WARNING, "NpcStringId: No text defined for NSID '" + nsId + "', lang '" + lang + "'.");
|
||||||
|
|||||||
@@ -14105,7 +14105,7 @@ public final class SystemMessageId
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
node = nnmb.getNamedItem("text");
|
node = nnmb.getNamedItem("translation");
|
||||||
if (node == null)
|
if (node == null)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.WARNING, "SystemMessageId: No text defined for SMID '" + smId + "', lang '" + lang + "'.");
|
LOGGER.log(Level.WARNING, "SystemMessageId: No text defined for SMID '" + smId + "', lang '" + lang + "'.");
|
||||||
|
|||||||
+11
-11
@@ -1,16 +1,16 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
||||||
<!-- Q10320 -->
|
<!-- Q10320 -->
|
||||||
<localisation id="532001" text="Ας πάμε στην κεντρική πλατεία (Lv. 1-20)" />
|
<localisation id="532001" translation="Ας πάμε στην κεντρική πλατεία (Επ. 1-20)" />
|
||||||
<localisation id="532002" text="Ας πάμε στην κεντρική πλατεία (Lv. 1-20) (Σε εξέλιξη)" />
|
<localisation id="532002" translation="Ας πάμε στην κεντρική πλατεία (Επ. 1-20) (Σε εξέλιξη)" />
|
||||||
<localisation id="532003" text="Ας πάμε στην κεντρική πλατεία (Lv. 1-20) (Ολοκληρώθηκε)" />
|
<localisation id="532003" translation="Ας πάμε στην κεντρική πλατεία (Επ. 1-20) (Ολοκληρώθηκε)" />
|
||||||
<!-- Plains of Dion -->
|
<!-- Plains of Dion -->
|
||||||
<localisation id="99702" text="Τι κοιτάς;" />
|
<localisation id="99702" translation="Τι κοιτάς;" />
|
||||||
<localisation id="1000288" text="$s1! Πώς τολμάς να διακόπτεις τον αγώνα μας! Βοήθεια παιδιά!" />
|
<localisation id="1000288" translation="$s1! Πώς τολμάς να διακόπτεις τον αγώνα μας! Βοήθεια παιδιά!" />
|
||||||
<localisation id="1000388" text="$s1! Έ! Έχουμε μια μονομαχία εδώ!" />
|
<localisation id="1000388" translation="$s1! Έ! Έχουμε μια μονομαχία εδώ!" />
|
||||||
<localisation id="1000389" text="Η μονομαχία τελειώσε! Επίθεση!" />
|
<localisation id="1000389" translation="Η μονομαχία τελειώσε! Επίθεση!" />
|
||||||
<localisation id="1000390" text="Φάουλ! Σκοτώστε το δειλό!" />
|
<localisation id="1000390" translation="Φάουλ! Σκοτώστε το δειλό!" />
|
||||||
<localisation id="1000391" text="Πώς τολμάς να διακόπτεις μια ιερή μονομαχία! Πρέπει να πάρεις ένα μάθημα!" />
|
<localisation id="1000391" translation="Πώς τολμάς να διακόπτεις μια ιερή μονομαχία! Πρέπει να πάρεις ένα μάθημα!" />
|
||||||
<localisation id="1000392" text="Πέθανε, δειλέ!" />
|
<localisation id="1000392" translation="Πέθανε, δειλέ!" />
|
||||||
<localisation id="1000394" text="Σκοτώστε το δειλό!" />
|
<localisation id="1000394" translation="Σκοτώστε το δειλό!" />
|
||||||
</list>
|
</list>
|
||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
||||||
<localisation id="34" text="Καλωσόρισες στον κόσμο του Lineage II." />
|
<localisation id="34" translation="Καλωσόρισες στον κόσμο του Lineage II." />
|
||||||
</list>
|
</list>
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
<element name="localisation" minOccurs="0" maxOccurs="unbounded">
|
<element name="localisation" minOccurs="0" maxOccurs="unbounded">
|
||||||
<complexType>
|
<complexType>
|
||||||
<attribute name="id" type="nonNegativeInteger" use="required" />
|
<attribute name="id" type="nonNegativeInteger" use="required" />
|
||||||
<attribute name="text" type="normalizedString" use="required" />
|
<attribute name="translation" type="normalizedString" use="required" />
|
||||||
</complexType>
|
</complexType>
|
||||||
</element>
|
</element>
|
||||||
</sequence>
|
</sequence>
|
||||||
|
|||||||
@@ -36377,7 +36377,7 @@ public final class NpcStringId
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
node = nnmb.getNamedItem("text");
|
node = nnmb.getNamedItem("translation");
|
||||||
if (node == null)
|
if (node == null)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.WARNING, "NpcStringId: No text defined for NSID '" + nsId + "', lang '" + lang + "'.");
|
LOGGER.log(Level.WARNING, "NpcStringId: No text defined for NSID '" + nsId + "', lang '" + lang + "'.");
|
||||||
|
|||||||
+1
-1
@@ -15746,7 +15746,7 @@ public final class SystemMessageId
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
node = nnmb.getNamedItem("text");
|
node = nnmb.getNamedItem("translation");
|
||||||
if (node == null)
|
if (node == null)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.WARNING, "SystemMessageId: No text defined for SMID '" + smId + "', lang '" + lang + "'.");
|
LOGGER.log(Level.WARNING, "SystemMessageId: No text defined for SMID '" + smId + "', lang '" + lang + "'.");
|
||||||
|
|||||||
@@ -1,16 +1,16 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
||||||
<!-- Q10320 -->
|
<!-- Q10320 -->
|
||||||
<localisation id="532001" text="Ας πάμε στην κεντρική πλατεία (Lv. 1-20)" />
|
<localisation id="532001" translation="Ας πάμε στην κεντρική πλατεία (Επ. 1-20)" />
|
||||||
<localisation id="532002" text="Ας πάμε στην κεντρική πλατεία (Lv. 1-20) (Σε εξέλιξη)" />
|
<localisation id="532002" translation="Ας πάμε στην κεντρική πλατεία (Επ. 1-20) (Σε εξέλιξη)" />
|
||||||
<localisation id="532003" text="Ας πάμε στην κεντρική πλατεία (Lv. 1-20) (Ολοκληρώθηκε)" />
|
<localisation id="532003" translation="Ας πάμε στην κεντρική πλατεία (Επ. 1-20) (Ολοκληρώθηκε)" />
|
||||||
<!-- Plains of Dion -->
|
<!-- Plains of Dion -->
|
||||||
<localisation id="99702" text="Τι κοιτάς;" />
|
<localisation id="99702" translation="Τι κοιτάς;" />
|
||||||
<localisation id="1000288" text="$s1! Πώς τολμάς να διακόπτεις τον αγώνα μας! Βοήθεια παιδιά!" />
|
<localisation id="1000288" translation="$s1! Πώς τολμάς να διακόπτεις τον αγώνα μας! Βοήθεια παιδιά!" />
|
||||||
<localisation id="1000388" text="$s1! Έ! Έχουμε μια μονομαχία εδώ!" />
|
<localisation id="1000388" translation="$s1! Έ! Έχουμε μια μονομαχία εδώ!" />
|
||||||
<localisation id="1000389" text="Η μονομαχία τελειώσε! Επίθεση!" />
|
<localisation id="1000389" translation="Η μονομαχία τελειώσε! Επίθεση!" />
|
||||||
<localisation id="1000390" text="Φάουλ! Σκοτώστε το δειλό!" />
|
<localisation id="1000390" translation="Φάουλ! Σκοτώστε το δειλό!" />
|
||||||
<localisation id="1000391" text="Πώς τολμάς να διακόπτεις μια ιερή μονομαχία! Πρέπει να πάρεις ένα μάθημα!" />
|
<localisation id="1000391" translation="Πώς τολμάς να διακόπτεις μια ιερή μονομαχία! Πρέπει να πάρεις ένα μάθημα!" />
|
||||||
<localisation id="1000392" text="Πέθανε, δειλέ!" />
|
<localisation id="1000392" translation="Πέθανε, δειλέ!" />
|
||||||
<localisation id="1000394" text="Σκοτώστε το δειλό!" />
|
<localisation id="1000394" translation="Σκοτώστε το δειλό!" />
|
||||||
</list>
|
</list>
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
||||||
<localisation id="34" text="Καλωσόρισες στον κόσμο του Lineage II." />
|
<localisation id="34" translation="Καλωσόρισες στον κόσμο του Lineage II." />
|
||||||
</list>
|
</list>
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
<element name="localisation" minOccurs="0" maxOccurs="unbounded">
|
<element name="localisation" minOccurs="0" maxOccurs="unbounded">
|
||||||
<complexType>
|
<complexType>
|
||||||
<attribute name="id" type="nonNegativeInteger" use="required" />
|
<attribute name="id" type="nonNegativeInteger" use="required" />
|
||||||
<attribute name="text" type="normalizedString" use="required" />
|
<attribute name="translation" type="normalizedString" use="required" />
|
||||||
</complexType>
|
</complexType>
|
||||||
</element>
|
</element>
|
||||||
</sequence>
|
</sequence>
|
||||||
|
|||||||
@@ -38093,7 +38093,7 @@ public final class NpcStringId
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
node = nnmb.getNamedItem("text");
|
node = nnmb.getNamedItem("translation");
|
||||||
if (node == null)
|
if (node == null)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.WARNING, "NpcStringId: No text defined for NSID '" + nsId + "', lang '" + lang + "'.");
|
LOGGER.log(Level.WARNING, "NpcStringId: No text defined for NSID '" + nsId + "', lang '" + lang + "'.");
|
||||||
|
|||||||
@@ -15974,7 +15974,7 @@ public final class SystemMessageId
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
node = nnmb.getNamedItem("text");
|
node = nnmb.getNamedItem("translation");
|
||||||
if (node == null)
|
if (node == null)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.WARNING, "SystemMessageId: No text defined for SMID '" + smId + "', lang '" + lang + "'.");
|
LOGGER.log(Level.WARNING, "SystemMessageId: No text defined for SMID '" + smId + "', lang '" + lang + "'.");
|
||||||
|
|||||||
+11
-11
@@ -1,16 +1,16 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
||||||
<!-- Q10320 -->
|
<!-- Q10320 -->
|
||||||
<localisation id="532001" text="|Επ. 1 - 20| Ας πάμε στην κεντρική πλατεία" />
|
<localisation id="532001" translation="|Επ. 1 - 20| Ας πάμε στην κεντρική πλατεία" />
|
||||||
<localisation id="532002" text="|Επ. 1 - 20| Ας πάμε στην κεντρική πλατεία (Σε εξέλιξη)" />
|
<localisation id="532002" translation="|Επ. 1 - 20| Ας πάμε στην κεντρική πλατεία (Σε εξέλιξη)" />
|
||||||
<localisation id="532003" text="|Επ. 1 - 20| Ας πάμε στην κεντρική πλατεία (Ολοκληρώθηκε)" />
|
<localisation id="532003" translation="|Επ. 1 - 20| Ας πάμε στην κεντρική πλατεία (Ολοκληρώθηκε)" />
|
||||||
<!-- Plains of Dion -->
|
<!-- Plains of Dion -->
|
||||||
<localisation id="99702" text="Τι κοιτάς;" />
|
<localisation id="99702" translation="Τι κοιτάς;" />
|
||||||
<localisation id="1000288" text="$s1! Πώς τολμάς να διακόπτεις τον αγώνα μας! Βοήθεια παιδιά!" />
|
<localisation id="1000288" translation="$s1! Πώς τολμάς να διακόπτεις τον αγώνα μας! Βοήθεια παιδιά!" />
|
||||||
<localisation id="1000388" text="$s1! Έ! Έχουμε μια μονομαχία εδώ!" />
|
<localisation id="1000388" translation="$s1! Έ! Έχουμε μια μονομαχία εδώ!" />
|
||||||
<localisation id="1000389" text="Η μονομαχία τελειώσε! Επίθεση!" />
|
<localisation id="1000389" translation="Η μονομαχία τελειώσε! Επίθεση!" />
|
||||||
<localisation id="1000390" text="Φάουλ! Σκοτώστε το δειλό!" />
|
<localisation id="1000390" translation="Φάουλ! Σκοτώστε το δειλό!" />
|
||||||
<localisation id="1000391" text="Πώς τολμάς να διακόπτεις μια ιερή μονομαχία! Πρέπει να πάρεις ένα μάθημα!" />
|
<localisation id="1000391" translation="Πώς τολμάς να διακόπτεις μια ιερή μονομαχία! Πρέπει να πάρεις ένα μάθημα!" />
|
||||||
<localisation id="1000392" text="Πέθανε, δειλέ!" />
|
<localisation id="1000392" translation="Πέθανε, δειλέ!" />
|
||||||
<localisation id="1000394" text="Σκοτώστε το δειλό!" />
|
<localisation id="1000394" translation="Σκοτώστε το δειλό!" />
|
||||||
</list>
|
</list>
|
||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
||||||
<localisation id="34" text="Καλωσόρισες στον κόσμο του Lineage II." />
|
<localisation id="34" translation="Καλωσόρισες στον κόσμο του Lineage II." />
|
||||||
</list>
|
</list>
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
<element name="localisation" minOccurs="0" maxOccurs="unbounded">
|
<element name="localisation" minOccurs="0" maxOccurs="unbounded">
|
||||||
<complexType>
|
<complexType>
|
||||||
<attribute name="id" type="nonNegativeInteger" use="required" />
|
<attribute name="id" type="nonNegativeInteger" use="required" />
|
||||||
<attribute name="text" type="normalizedString" use="required" />
|
<attribute name="translation" type="normalizedString" use="required" />
|
||||||
</complexType>
|
</complexType>
|
||||||
</element>
|
</element>
|
||||||
</sequence>
|
</sequence>
|
||||||
|
|||||||
@@ -39653,7 +39653,7 @@ public final class NpcStringId
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
node = nnmb.getNamedItem("text");
|
node = nnmb.getNamedItem("translation");
|
||||||
if (node == null)
|
if (node == null)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.WARNING, "NpcStringId: No text defined for NSID '" + nsId + "', lang '" + lang + "'.");
|
LOGGER.log(Level.WARNING, "NpcStringId: No text defined for NSID '" + nsId + "', lang '" + lang + "'.");
|
||||||
|
|||||||
+1
-1
@@ -16316,7 +16316,7 @@ public final class SystemMessageId
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
node = nnmb.getNamedItem("text");
|
node = nnmb.getNamedItem("translation");
|
||||||
if (node == null)
|
if (node == null)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.WARNING, "SystemMessageId: No text defined for SMID '" + smId + "', lang '" + lang + "'.");
|
LOGGER.log(Level.WARNING, "SystemMessageId: No text defined for SMID '" + smId + "', lang '" + lang + "'.");
|
||||||
|
|||||||
+11
-11
@@ -1,16 +1,16 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
||||||
<!-- Q10320 -->
|
<!-- Q10320 -->
|
||||||
<localisation id="532001" text="|Επ. 1 - 20| Ας πάμε στην κεντρική πλατεία" />
|
<localisation id="532001" translation="|Επ. 1 - 20| Ας πάμε στην κεντρική πλατεία" />
|
||||||
<localisation id="532002" text="|Επ. 1 - 20| Ας πάμε στην κεντρική πλατεία (Σε εξέλιξη)" />
|
<localisation id="532002" translation="|Επ. 1 - 20| Ας πάμε στην κεντρική πλατεία (Σε εξέλιξη)" />
|
||||||
<localisation id="532003" text="|Επ. 1 - 20| Ας πάμε στην κεντρική πλατεία (Ολοκληρώθηκε)" />
|
<localisation id="532003" translation="|Επ. 1 - 20| Ας πάμε στην κεντρική πλατεία (Ολοκληρώθηκε)" />
|
||||||
<!-- Plains of Dion -->
|
<!-- Plains of Dion -->
|
||||||
<localisation id="99702" text="Τι κοιτάς;" />
|
<localisation id="99702" translation="Τι κοιτάς;" />
|
||||||
<localisation id="1000288" text="$s1! Πώς τολμάς να διακόπτεις τον αγώνα μας! Βοήθεια παιδιά!" />
|
<localisation id="1000288" translation="$s1! Πώς τολμάς να διακόπτεις τον αγώνα μας! Βοήθεια παιδιά!" />
|
||||||
<localisation id="1000388" text="$s1! Έ! Έχουμε μια μονομαχία εδώ!" />
|
<localisation id="1000388" translation="$s1! Έ! Έχουμε μια μονομαχία εδώ!" />
|
||||||
<localisation id="1000389" text="Η μονομαχία τελειώσε! Επίθεση!" />
|
<localisation id="1000389" translation="Η μονομαχία τελειώσε! Επίθεση!" />
|
||||||
<localisation id="1000390" text="Φάουλ! Σκοτώστε το δειλό!" />
|
<localisation id="1000390" translation="Φάουλ! Σκοτώστε το δειλό!" />
|
||||||
<localisation id="1000391" text="Πώς τολμάς να διακόπτεις μια ιερή μονομαχία! Πρέπει να πάρεις ένα μάθημα!" />
|
<localisation id="1000391" translation="Πώς τολμάς να διακόπτεις μια ιερή μονομαχία! Πρέπει να πάρεις ένα μάθημα!" />
|
||||||
<localisation id="1000392" text="Πέθανε, δειλέ!" />
|
<localisation id="1000392" translation="Πέθανε, δειλέ!" />
|
||||||
<localisation id="1000394" text="Σκοτώστε το δειλό!" />
|
<localisation id="1000394" translation="Σκοτώστε το δειλό!" />
|
||||||
</list>
|
</list>
|
||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
||||||
<localisation id="34" text="Καλωσόρισες στον κόσμο του Lineage II." />
|
<localisation id="34" translation="Καλωσόρισες στον κόσμο του Lineage II." />
|
||||||
</list>
|
</list>
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
<element name="localisation" minOccurs="0" maxOccurs="unbounded">
|
<element name="localisation" minOccurs="0" maxOccurs="unbounded">
|
||||||
<complexType>
|
<complexType>
|
||||||
<attribute name="id" type="nonNegativeInteger" use="required" />
|
<attribute name="id" type="nonNegativeInteger" use="required" />
|
||||||
<attribute name="text" type="normalizedString" use="required" />
|
<attribute name="translation" type="normalizedString" use="required" />
|
||||||
</complexType>
|
</complexType>
|
||||||
</element>
|
</element>
|
||||||
</sequence>
|
</sequence>
|
||||||
|
|||||||
@@ -42143,7 +42143,7 @@ public final class NpcStringId
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
node = nnmb.getNamedItem("text");
|
node = nnmb.getNamedItem("translation");
|
||||||
if (node == null)
|
if (node == null)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.WARNING, "NpcStringId: No text defined for NSID '" + nsId + "', lang '" + lang + "'.");
|
LOGGER.log(Level.WARNING, "NpcStringId: No text defined for NSID '" + nsId + "', lang '" + lang + "'.");
|
||||||
|
|||||||
@@ -16991,7 +16991,7 @@ public final class SystemMessageId
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
node = nnmb.getNamedItem("text");
|
node = nnmb.getNamedItem("translation");
|
||||||
if (node == null)
|
if (node == null)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.WARNING, "SystemMessageId: No text defined for SMID '" + smId + "', lang '" + lang + "'.");
|
LOGGER.log(Level.WARNING, "SystemMessageId: No text defined for SMID '" + smId + "', lang '" + lang + "'.");
|
||||||
|
|||||||
+11
-11
@@ -1,16 +1,16 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
||||||
<!-- Q10320 -->
|
<!-- Q10320 -->
|
||||||
<localisation id="532001" text="|Επ. 1 - 20| Ας πάμε στην κεντρική πλατεία" />
|
<localisation id="532001" translation="|Επ. 1 - 20| Ας πάμε στην κεντρική πλατεία" />
|
||||||
<localisation id="532002" text="|Επ. 1 - 20| Ας πάμε στην κεντρική πλατεία (Σε εξέλιξη)" />
|
<localisation id="532002" translation="|Επ. 1 - 20| Ας πάμε στην κεντρική πλατεία (Σε εξέλιξη)" />
|
||||||
<localisation id="532003" text="|Επ. 1 - 20| Ας πάμε στην κεντρική πλατεία (Ολοκληρώθηκε)" />
|
<localisation id="532003" translation="|Επ. 1 - 20| Ας πάμε στην κεντρική πλατεία (Ολοκληρώθηκε)" />
|
||||||
<!-- Plains of Dion -->
|
<!-- Plains of Dion -->
|
||||||
<localisation id="99702" text="Τι κοιτάς;" />
|
<localisation id="99702" translation="Τι κοιτάς;" />
|
||||||
<localisation id="1000288" text="$s1! Πώς τολμάς να διακόπτεις τον αγώνα μας! Βοήθεια παιδιά!" />
|
<localisation id="1000288" translation="$s1! Πώς τολμάς να διακόπτεις τον αγώνα μας! Βοήθεια παιδιά!" />
|
||||||
<localisation id="1000388" text="$s1! Έ! Έχουμε μια μονομαχία εδώ!" />
|
<localisation id="1000388" translation="$s1! Έ! Έχουμε μια μονομαχία εδώ!" />
|
||||||
<localisation id="1000389" text="Η μονομαχία τελειώσε! Επίθεση!" />
|
<localisation id="1000389" translation="Η μονομαχία τελειώσε! Επίθεση!" />
|
||||||
<localisation id="1000390" text="Φάουλ! Σκοτώστε το δειλό!" />
|
<localisation id="1000390" translation="Φάουλ! Σκοτώστε το δειλό!" />
|
||||||
<localisation id="1000391" text="Πώς τολμάς να διακόπτεις μια ιερή μονομαχία! Πρέπει να πάρεις ένα μάθημα!" />
|
<localisation id="1000391" translation="Πώς τολμάς να διακόπτεις μια ιερή μονομαχία! Πρέπει να πάρεις ένα μάθημα!" />
|
||||||
<localisation id="1000392" text="Πέθανε, δειλέ!" />
|
<localisation id="1000392" translation="Πέθανε, δειλέ!" />
|
||||||
<localisation id="1000394" text="Σκοτώστε το δειλό!" />
|
<localisation id="1000394" translation="Σκοτώστε το δειλό!" />
|
||||||
</list>
|
</list>
|
||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
||||||
<localisation id="34" text="Καλωσόρισες στον κόσμο του Lineage II." />
|
<localisation id="34" translation="Καλωσόρισες στον κόσμο του Lineage II." />
|
||||||
</list>
|
</list>
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
<element name="localisation" minOccurs="0" maxOccurs="unbounded">
|
<element name="localisation" minOccurs="0" maxOccurs="unbounded">
|
||||||
<complexType>
|
<complexType>
|
||||||
<attribute name="id" type="nonNegativeInteger" use="required" />
|
<attribute name="id" type="nonNegativeInteger" use="required" />
|
||||||
<attribute name="text" type="normalizedString" use="required" />
|
<attribute name="translation" type="normalizedString" use="required" />
|
||||||
</complexType>
|
</complexType>
|
||||||
</element>
|
</element>
|
||||||
</sequence>
|
</sequence>
|
||||||
|
|||||||
@@ -43019,7 +43019,7 @@ public final class NpcStringId
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
node = nnmb.getNamedItem("text");
|
node = nnmb.getNamedItem("translation");
|
||||||
if (node == null)
|
if (node == null)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.WARNING, "NpcStringId: No text defined for NSID '" + nsId + "', lang '" + lang + "'.");
|
LOGGER.log(Level.WARNING, "NpcStringId: No text defined for NSID '" + nsId + "', lang '" + lang + "'.");
|
||||||
|
|||||||
+1
-1
@@ -17249,7 +17249,7 @@ public final class SystemMessageId
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
node = nnmb.getNamedItem("text");
|
node = nnmb.getNamedItem("translation");
|
||||||
if (node == null)
|
if (node == null)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.WARNING, "SystemMessageId: No text defined for SMID '" + smId + "', lang '" + lang + "'.");
|
LOGGER.log(Level.WARNING, "SystemMessageId: No text defined for SMID '" + smId + "', lang '" + lang + "'.");
|
||||||
|
|||||||
@@ -1,16 +1,16 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
||||||
<!-- Q10320 -->
|
<!-- Q10320 -->
|
||||||
<localisation id="532001" text="|Επ. 1 - 20| Ας πάμε στην κεντρική πλατεία" />
|
<localisation id="532001" translation="|Επ. 1 - 20| Ας πάμε στην κεντρική πλατεία" />
|
||||||
<localisation id="532002" text="|Επ. 1 - 20| Ας πάμε στην κεντρική πλατεία (Σε εξέλιξη)" />
|
<localisation id="532002" translation="|Επ. 1 - 20| Ας πάμε στην κεντρική πλατεία (Σε εξέλιξη)" />
|
||||||
<localisation id="532003" text="|Επ. 1 - 20| Ας πάμε στην κεντρική πλατεία (Ολοκληρώθηκε)" />
|
<localisation id="532003" translation="|Επ. 1 - 20| Ας πάμε στην κεντρική πλατεία (Ολοκληρώθηκε)" />
|
||||||
<!-- Plains of Dion -->
|
<!-- Plains of Dion -->
|
||||||
<localisation id="99702" text="Τι κοιτάς;" />
|
<localisation id="99702" translation="Τι κοιτάς;" />
|
||||||
<localisation id="1000288" text="$s1! Πώς τολμάς να διακόπτεις τον αγώνα μας! Βοήθεια παιδιά!" />
|
<localisation id="1000288" translation="$s1! Πώς τολμάς να διακόπτεις τον αγώνα μας! Βοήθεια παιδιά!" />
|
||||||
<localisation id="1000388" text="$s1! Έ! Έχουμε μια μονομαχία εδώ!" />
|
<localisation id="1000388" translation="$s1! Έ! Έχουμε μια μονομαχία εδώ!" />
|
||||||
<localisation id="1000389" text="Η μονομαχία τελειώσε! Επίθεση!" />
|
<localisation id="1000389" translation="Η μονομαχία τελειώσε! Επίθεση!" />
|
||||||
<localisation id="1000390" text="Φάουλ! Σκοτώστε το δειλό!" />
|
<localisation id="1000390" translation="Φάουλ! Σκοτώστε το δειλό!" />
|
||||||
<localisation id="1000391" text="Πώς τολμάς να διακόπτεις μια ιερή μονομαχία! Πρέπει να πάρεις ένα μάθημα!" />
|
<localisation id="1000391" translation="Πώς τολμάς να διακόπτεις μια ιερή μονομαχία! Πρέπει να πάρεις ένα μάθημα!" />
|
||||||
<localisation id="1000392" text="Πέθανε, δειλέ!" />
|
<localisation id="1000392" translation="Πέθανε, δειλέ!" />
|
||||||
<localisation id="1000394" text="Σκοτώστε το δειλό!" />
|
<localisation id="1000394" translation="Σκοτώστε το δειλό!" />
|
||||||
</list>
|
</list>
|
||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
||||||
<localisation id="34" text="Καλωσόρισες στον κόσμο του Lineage II." />
|
<localisation id="34" translation="Καλωσόρισες στον κόσμο του Lineage II." />
|
||||||
</list>
|
</list>
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
<element name="localisation" minOccurs="0" maxOccurs="unbounded">
|
<element name="localisation" minOccurs="0" maxOccurs="unbounded">
|
||||||
<complexType>
|
<complexType>
|
||||||
<attribute name="id" type="nonNegativeInteger" use="required" />
|
<attribute name="id" type="nonNegativeInteger" use="required" />
|
||||||
<attribute name="text" type="normalizedString" use="required" />
|
<attribute name="translation" type="normalizedString" use="required" />
|
||||||
</complexType>
|
</complexType>
|
||||||
</element>
|
</element>
|
||||||
</sequence>
|
</sequence>
|
||||||
|
|||||||
@@ -44030,7 +44030,7 @@ public final class NpcStringId
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
node = nnmb.getNamedItem("text");
|
node = nnmb.getNamedItem("translation");
|
||||||
if (node == null)
|
if (node == null)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.WARNING, "NpcStringId: No text defined for NSID '" + nsId + "', lang '" + lang + "'.");
|
LOGGER.log(Level.WARNING, "NpcStringId: No text defined for NSID '" + nsId + "', lang '" + lang + "'.");
|
||||||
|
|||||||
@@ -17309,7 +17309,7 @@ public final class SystemMessageId
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
node = nnmb.getNamedItem("text");
|
node = nnmb.getNamedItem("translation");
|
||||||
if (node == null)
|
if (node == null)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.WARNING, "SystemMessageId: No text defined for SMID '" + smId + "', lang '" + lang + "'.");
|
LOGGER.log(Level.WARNING, "SystemMessageId: No text defined for SMID '" + smId + "', lang '" + lang + "'.");
|
||||||
|
|||||||
+13
-13
@@ -1,19 +1,19 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
||||||
<!-- Q00001 -->
|
<!-- Q00001 -->
|
||||||
<localisation id="101" text="Γράμματα αγάπης" />
|
<localisation id="101" translation="Γράμματα αγάπης" />
|
||||||
<localisation id="102" text="Γράμματα αγάπης (Σε εξέλιξη)" />
|
<localisation id="102" translation="Γράμματα αγάπης (Σε εξέλιξη)" />
|
||||||
<localisation id="103" text="Γράμματα αγάπης (Ολοκληρώθηκε)" />
|
<localisation id="103" translation="Γράμματα αγάπης (Ολοκληρώθηκε)" />
|
||||||
<!-- Q00258 -->
|
<!-- Q00258 -->
|
||||||
<localisation id="25801" text="Φέρε δέρματα λύκων" />
|
<localisation id="25801" translation="Φέρε δέρματα λύκων" />
|
||||||
<localisation id="25802" text="Φέρε δέρματα λύκων (Σε εξέλιξη)" />
|
<localisation id="25802" translation="Φέρε δέρματα λύκων (Σε εξέλιξη)" />
|
||||||
<!-- Plains of Dion -->
|
<!-- Plains of Dion -->
|
||||||
<localisation id="99702" text="Τι κοιτάς;" />
|
<localisation id="99702" translation="Τι κοιτάς;" />
|
||||||
<localisation id="1000288" text="$s1! Πώς τολμάς να διακόπτεις τον αγώνα μας! Βοήθεια παιδιά!" />
|
<localisation id="1000288" translation="$s1! Πώς τολμάς να διακόπτεις τον αγώνα μας! Βοήθεια παιδιά!" />
|
||||||
<localisation id="1000388" text="$s1! Έ! Έχουμε μια μονομαχία εδώ!" />
|
<localisation id="1000388" translation="$s1! Έ! Έχουμε μια μονομαχία εδώ!" />
|
||||||
<localisation id="1000389" text="Η μονομαχία τελειώσε! Επίθεση!" />
|
<localisation id="1000389" translation="Η μονομαχία τελειώσε! Επίθεση!" />
|
||||||
<localisation id="1000390" text="Φάουλ! Σκοτώστε το δειλό!" />
|
<localisation id="1000390" translation="Φάουλ! Σκοτώστε το δειλό!" />
|
||||||
<localisation id="1000391" text="Πώς τολμάς να διακόπτεις μια ιερή μονομαχία! Πρέπει να πάρεις ένα μάθημα!" />
|
<localisation id="1000391" translation="Πώς τολμάς να διακόπτεις μια ιερή μονομαχία! Πρέπει να πάρεις ένα μάθημα!" />
|
||||||
<localisation id="1000392" text="Πέθανε, δειλέ!" />
|
<localisation id="1000392" translation="Πέθανε, δειλέ!" />
|
||||||
<localisation id="1000394" text="Σκοτώστε το δειλό!" />
|
<localisation id="1000394" translation="Σκοτώστε το δειλό!" />
|
||||||
</list>
|
</list>
|
||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
||||||
<localisation id="34" text="Καλωσόρισες στον κόσμο του Lineage II." />
|
<localisation id="34" translation="Καλωσόρισες στον κόσμο του Lineage II." />
|
||||||
</list>
|
</list>
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
<element name="localisation" minOccurs="0" maxOccurs="unbounded">
|
<element name="localisation" minOccurs="0" maxOccurs="unbounded">
|
||||||
<complexType>
|
<complexType>
|
||||||
<attribute name="id" type="nonNegativeInteger" use="required" />
|
<attribute name="id" type="nonNegativeInteger" use="required" />
|
||||||
<attribute name="text" type="normalizedString" use="required" />
|
<attribute name="translation" type="normalizedString" use="required" />
|
||||||
</complexType>
|
</complexType>
|
||||||
</element>
|
</element>
|
||||||
</sequence>
|
</sequence>
|
||||||
|
|||||||
@@ -17923,7 +17923,7 @@ public final class NpcStringId
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
node = nnmb.getNamedItem("text");
|
node = nnmb.getNamedItem("translation");
|
||||||
if (node == null)
|
if (node == null)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.WARNING, "NpcStringId: No text defined for NSID '" + nsId + "', lang '" + lang + "'.");
|
LOGGER.log(Level.WARNING, "NpcStringId: No text defined for NSID '" + nsId + "', lang '" + lang + "'.");
|
||||||
|
|||||||
+1
-1
@@ -9881,7 +9881,7 @@ public final class SystemMessageId
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
node = nnmb.getNamedItem("text");
|
node = nnmb.getNamedItem("translation");
|
||||||
if (node == null)
|
if (node == null)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.WARNING, "SystemMessageId: No text defined for SMID '" + smId + "', lang '" + lang + "'.");
|
LOGGER.log(Level.WARNING, "SystemMessageId: No text defined for SMID '" + smId + "', lang '" + lang + "'.");
|
||||||
|
|||||||
+13
-13
@@ -1,19 +1,19 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
||||||
<!-- Q00001 -->
|
<!-- Q00001 -->
|
||||||
<localisation id="101" text="Γράμματα αγάπης" />
|
<localisation id="101" translation="Γράμματα αγάπης" />
|
||||||
<localisation id="102" text="Γράμματα αγάπης (Σε εξέλιξη)" />
|
<localisation id="102" translation="Γράμματα αγάπης (Σε εξέλιξη)" />
|
||||||
<localisation id="103" text="Γράμματα αγάπης (Ολοκληρώθηκε)" />
|
<localisation id="103" translation="Γράμματα αγάπης (Ολοκληρώθηκε)" />
|
||||||
<!-- Q00258 -->
|
<!-- Q00258 -->
|
||||||
<localisation id="25801" text="Φέρε δέρματα λύκων" />
|
<localisation id="25801" translation="Φέρε δέρματα λύκων" />
|
||||||
<localisation id="25802" text="Φέρε δέρματα λύκων (Σε εξέλιξη)" />
|
<localisation id="25802" translation="Φέρε δέρματα λύκων (Σε εξέλιξη)" />
|
||||||
<!-- Plains of Dion -->
|
<!-- Plains of Dion -->
|
||||||
<localisation id="99702" text="Τι κοιτάς;" />
|
<localisation id="99702" translation="Τι κοιτάς;" />
|
||||||
<localisation id="1000288" text="$s1! Πώς τολμάς να διακόπτεις τον αγώνα μας! Βοήθεια παιδιά!" />
|
<localisation id="1000288" translation="$s1! Πώς τολμάς να διακόπτεις τον αγώνα μας! Βοήθεια παιδιά!" />
|
||||||
<localisation id="1000388" text="$s1! Έ! Έχουμε μια μονομαχία εδώ!" />
|
<localisation id="1000388" translation="$s1! Έ! Έχουμε μια μονομαχία εδώ!" />
|
||||||
<localisation id="1000389" text="Η μονομαχία τελειώσε! Επίθεση!" />
|
<localisation id="1000389" translation="Η μονομαχία τελειώσε! Επίθεση!" />
|
||||||
<localisation id="1000390" text="Φάουλ! Σκοτώστε το δειλό!" />
|
<localisation id="1000390" translation="Φάουλ! Σκοτώστε το δειλό!" />
|
||||||
<localisation id="1000391" text="Πώς τολμάς να διακόπτεις μια ιερή μονομαχία! Πρέπει να πάρεις ένα μάθημα!" />
|
<localisation id="1000391" translation="Πώς τολμάς να διακόπτεις μια ιερή μονομαχία! Πρέπει να πάρεις ένα μάθημα!" />
|
||||||
<localisation id="1000392" text="Πέθανε, δειλέ!" />
|
<localisation id="1000392" translation="Πέθανε, δειλέ!" />
|
||||||
<localisation id="1000394" text="Σκοτώστε το δειλό!" />
|
<localisation id="1000394" translation="Σκοτώστε το δειλό!" />
|
||||||
</list>
|
</list>
|
||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
||||||
<localisation id="34" text="Καλωσόρισες στον κόσμο του Lineage II." />
|
<localisation id="34" translation="Καλωσόρισες στον κόσμο του Lineage II." />
|
||||||
</list>
|
</list>
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
<element name="localisation" minOccurs="0" maxOccurs="unbounded">
|
<element name="localisation" minOccurs="0" maxOccurs="unbounded">
|
||||||
<complexType>
|
<complexType>
|
||||||
<attribute name="id" type="nonNegativeInteger" use="required" />
|
<attribute name="id" type="nonNegativeInteger" use="required" />
|
||||||
<attribute name="text" type="normalizedString" use="required" />
|
<attribute name="translation" type="normalizedString" use="required" />
|
||||||
</complexType>
|
</complexType>
|
||||||
</element>
|
</element>
|
||||||
</sequence>
|
</sequence>
|
||||||
|
|||||||
+1
-1
@@ -34016,7 +34016,7 @@ public final class NpcStringId
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
node = nnmb.getNamedItem("text");
|
node = nnmb.getNamedItem("translation");
|
||||||
if (node == null)
|
if (node == null)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.WARNING, "NpcStringId: No text defined for NSID '" + nsId + "', lang '" + lang + "'.");
|
LOGGER.log(Level.WARNING, "NpcStringId: No text defined for NSID '" + nsId + "', lang '" + lang + "'.");
|
||||||
|
|||||||
+1
-1
@@ -15995,7 +15995,7 @@ public final class SystemMessageId
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
node = nnmb.getNamedItem("text");
|
node = nnmb.getNamedItem("translation");
|
||||||
if (node == null)
|
if (node == null)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.WARNING, "SystemMessageId: No text defined for SMID '" + smId + "', lang '" + lang + "'.");
|
LOGGER.log(Level.WARNING, "SystemMessageId: No text defined for SMID '" + smId + "', lang '" + lang + "'.");
|
||||||
|
|||||||
+10
-10
@@ -1,15 +1,15 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
||||||
<!-- Q00258 -->
|
<!-- Q00258 -->
|
||||||
<localisation id="25801" text="Φέρε δέρματα λύκων" />
|
<localisation id="25801" translation="Φέρε δέρματα λύκων" />
|
||||||
<localisation id="25802" text="Φέρε δέρματα λύκων (Σε εξέλιξη)" />
|
<localisation id="25802" translation="Φέρε δέρματα λύκων (Σε εξέλιξη)" />
|
||||||
<!-- Plains of Dion -->
|
<!-- Plains of Dion -->
|
||||||
<localisation id="99702" text="Τι κοιτάς;" />
|
<localisation id="99702" translation="Τι κοιτάς;" />
|
||||||
<localisation id="1000288" text="$s1! Πώς τολμάς να διακόπτεις τον αγώνα μας! Βοήθεια παιδιά!" />
|
<localisation id="1000288" translation="$s1! Πώς τολμάς να διακόπτεις τον αγώνα μας! Βοήθεια παιδιά!" />
|
||||||
<localisation id="1000388" text="$s1! Έ! Έχουμε μια μονομαχία εδώ!" />
|
<localisation id="1000388" translation="$s1! Έ! Έχουμε μια μονομαχία εδώ!" />
|
||||||
<localisation id="1000389" text="Η μονομαχία τελειώσε! Επίθεση!" />
|
<localisation id="1000389" translation="Η μονομαχία τελειώσε! Επίθεση!" />
|
||||||
<localisation id="1000390" text="Φάουλ! Σκοτώστε το δειλό!" />
|
<localisation id="1000390" translation="Φάουλ! Σκοτώστε το δειλό!" />
|
||||||
<localisation id="1000391" text="Πώς τολμάς να διακόπτεις μια ιερή μονομαχία! Πρέπει να πάρεις ένα μάθημα!" />
|
<localisation id="1000391" translation="Πώς τολμάς να διακόπτεις μια ιερή μονομαχία! Πρέπει να πάρεις ένα μάθημα!" />
|
||||||
<localisation id="1000392" text="Πέθανε, δειλέ!" />
|
<localisation id="1000392" translation="Πέθανε, δειλέ!" />
|
||||||
<localisation id="1000394" text="Σκοτώστε το δειλό!" />
|
<localisation id="1000394" translation="Σκοτώστε το δειλό!" />
|
||||||
</list>
|
</list>
|
||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
||||||
<localisation id="34" text="Καλωσόρισες στον κόσμο του Lineage II." />
|
<localisation id="34" translation="Καλωσόρισες στον κόσμο του Lineage II." />
|
||||||
</list>
|
</list>
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
<element name="localisation" minOccurs="0" maxOccurs="unbounded">
|
<element name="localisation" minOccurs="0" maxOccurs="unbounded">
|
||||||
<complexType>
|
<complexType>
|
||||||
<attribute name="id" type="nonNegativeInteger" use="required" />
|
<attribute name="id" type="nonNegativeInteger" use="required" />
|
||||||
<attribute name="text" type="normalizedString" use="required" />
|
<attribute name="translation" type="normalizedString" use="required" />
|
||||||
</complexType>
|
</complexType>
|
||||||
</element>
|
</element>
|
||||||
</sequence>
|
</sequence>
|
||||||
|
|||||||
@@ -35378,7 +35378,7 @@ public final class NpcStringId
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
node = nnmb.getNamedItem("text");
|
node = nnmb.getNamedItem("translation");
|
||||||
if (node == null)
|
if (node == null)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.WARNING, "NpcStringId: No text defined for NSID '" + nsId + "', lang '" + lang + "'.");
|
LOGGER.log(Level.WARNING, "NpcStringId: No text defined for NSID '" + nsId + "', lang '" + lang + "'.");
|
||||||
|
|||||||
+1
-1
@@ -16313,7 +16313,7 @@ public final class SystemMessageId
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
node = nnmb.getNamedItem("text");
|
node = nnmb.getNamedItem("translation");
|
||||||
if (node == null)
|
if (node == null)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.WARNING, "SystemMessageId: No text defined for SMID '" + smId + "', lang '" + lang + "'.");
|
LOGGER.log(Level.WARNING, "SystemMessageId: No text defined for SMID '" + smId + "', lang '" + lang + "'.");
|
||||||
|
|||||||
+10
-10
@@ -1,15 +1,15 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
||||||
<!-- Q00258 -->
|
<!-- Q00258 -->
|
||||||
<localisation id="25801" text="Φέρε δέρματα λύκων" />
|
<localisation id="25801" translation="Φέρε δέρματα λύκων" />
|
||||||
<localisation id="25802" text="Φέρε δέρματα λύκων (Σε εξέλιξη)" />
|
<localisation id="25802" translation="Φέρε δέρματα λύκων (Σε εξέλιξη)" />
|
||||||
<!-- Plains of Dion -->
|
<!-- Plains of Dion -->
|
||||||
<localisation id="99702" text="Τι κοιτάς;" />
|
<localisation id="99702" translation="Τι κοιτάς;" />
|
||||||
<localisation id="1000288" text="$s1! Πώς τολμάς να διακόπτεις τον αγώνα μας! Βοήθεια παιδιά!" />
|
<localisation id="1000288" translation="$s1! Πώς τολμάς να διακόπτεις τον αγώνα μας! Βοήθεια παιδιά!" />
|
||||||
<localisation id="1000388" text="$s1! Έ! Έχουμε μια μονομαχία εδώ!" />
|
<localisation id="1000388" translation="$s1! Έ! Έχουμε μια μονομαχία εδώ!" />
|
||||||
<localisation id="1000389" text="Η μονομαχία τελειώσε! Επίθεση!" />
|
<localisation id="1000389" translation="Η μονομαχία τελειώσε! Επίθεση!" />
|
||||||
<localisation id="1000390" text="Φάουλ! Σκοτώστε το δειλό!" />
|
<localisation id="1000390" translation="Φάουλ! Σκοτώστε το δειλό!" />
|
||||||
<localisation id="1000391" text="Πώς τολμάς να διακόπτεις μια ιερή μονομαχία! Πρέπει να πάρεις ένα μάθημα!" />
|
<localisation id="1000391" translation="Πώς τολμάς να διακόπτεις μια ιερή μονομαχία! Πρέπει να πάρεις ένα μάθημα!" />
|
||||||
<localisation id="1000392" text="Πέθανε, δειλέ!" />
|
<localisation id="1000392" translation="Πέθανε, δειλέ!" />
|
||||||
<localisation id="1000394" text="Σκοτώστε το δειλό!" />
|
<localisation id="1000394" translation="Σκοτώστε το δειλό!" />
|
||||||
</list>
|
</list>
|
||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
||||||
<localisation id="34" text="Καλωσόρισες στον κόσμο του Lineage II." />
|
<localisation id="34" translation="Καλωσόρισες στον κόσμο του Lineage II." />
|
||||||
</list>
|
</list>
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
<element name="localisation" minOccurs="0" maxOccurs="unbounded">
|
<element name="localisation" minOccurs="0" maxOccurs="unbounded">
|
||||||
<complexType>
|
<complexType>
|
||||||
<attribute name="id" type="nonNegativeInteger" use="required" />
|
<attribute name="id" type="nonNegativeInteger" use="required" />
|
||||||
<attribute name="text" type="normalizedString" use="required" />
|
<attribute name="translation" type="normalizedString" use="required" />
|
||||||
</complexType>
|
</complexType>
|
||||||
</element>
|
</element>
|
||||||
</sequence>
|
</sequence>
|
||||||
|
|||||||
+1
-1
@@ -35537,7 +35537,7 @@ public final class NpcStringId
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
node = nnmb.getNamedItem("text");
|
node = nnmb.getNamedItem("translation");
|
||||||
if (node == null)
|
if (node == null)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.WARNING, "NpcStringId: No text defined for NSID '" + nsId + "', lang '" + lang + "'.");
|
LOGGER.log(Level.WARNING, "NpcStringId: No text defined for NSID '" + nsId + "', lang '" + lang + "'.");
|
||||||
|
|||||||
+1
-1
@@ -16991,7 +16991,7 @@ public final class SystemMessageId
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
node = nnmb.getNamedItem("text");
|
node = nnmb.getNamedItem("translation");
|
||||||
if (node == null)
|
if (node == null)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.WARNING, "SystemMessageId: No text defined for SMID '" + smId + "', lang '" + lang + "'.");
|
LOGGER.log(Level.WARNING, "SystemMessageId: No text defined for SMID '" + smId + "', lang '" + lang + "'.");
|
||||||
|
|||||||
+10
-10
@@ -1,15 +1,15 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
||||||
<!-- Q00258 -->
|
<!-- Q00258 -->
|
||||||
<localisation id="25801" text="Φέρε δέρματα λύκων" />
|
<localisation id="25801" translation="Φέρε δέρματα λύκων" />
|
||||||
<localisation id="25802" text="Φέρε δέρματα λύκων (Σε εξέλιξη)" />
|
<localisation id="25802" translation="Φέρε δέρματα λύκων (Σε εξέλιξη)" />
|
||||||
<!-- Plains of Dion -->
|
<!-- Plains of Dion -->
|
||||||
<localisation id="99702" text="Τι κοιτάς;" />
|
<localisation id="99702" translation="Τι κοιτάς;" />
|
||||||
<localisation id="1000288" text="$s1! Πώς τολμάς να διακόπτεις τον αγώνα μας! Βοήθεια παιδιά!" />
|
<localisation id="1000288" translation="$s1! Πώς τολμάς να διακόπτεις τον αγώνα μας! Βοήθεια παιδιά!" />
|
||||||
<localisation id="1000388" text="$s1! Έ! Έχουμε μια μονομαχία εδώ!" />
|
<localisation id="1000388" translation="$s1! Έ! Έχουμε μια μονομαχία εδώ!" />
|
||||||
<localisation id="1000389" text="Η μονομαχία τελειώσε! Επίθεση!" />
|
<localisation id="1000389" translation="Η μονομαχία τελειώσε! Επίθεση!" />
|
||||||
<localisation id="1000390" text="Φάουλ! Σκοτώστε το δειλό!" />
|
<localisation id="1000390" translation="Φάουλ! Σκοτώστε το δειλό!" />
|
||||||
<localisation id="1000391" text="Πώς τολμάς να διακόπτεις μια ιερή μονομαχία! Πρέπει να πάρεις ένα μάθημα!" />
|
<localisation id="1000391" translation="Πώς τολμάς να διακόπτεις μια ιερή μονομαχία! Πρέπει να πάρεις ένα μάθημα!" />
|
||||||
<localisation id="1000392" text="Πέθανε, δειλέ!" />
|
<localisation id="1000392" translation="Πέθανε, δειλέ!" />
|
||||||
<localisation id="1000394" text="Σκοτώστε το δειλό!" />
|
<localisation id="1000394" translation="Σκοτώστε το δειλό!" />
|
||||||
</list>
|
</list>
|
||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
||||||
<localisation id="34" text="Καλωσόρισες στον κόσμο του Lineage II." />
|
<localisation id="34" translation="Καλωσόρισες στον κόσμο του Lineage II." />
|
||||||
</list>
|
</list>
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
<element name="localisation" minOccurs="0" maxOccurs="unbounded">
|
<element name="localisation" minOccurs="0" maxOccurs="unbounded">
|
||||||
<complexType>
|
<complexType>
|
||||||
<attribute name="id" type="nonNegativeInteger" use="required" />
|
<attribute name="id" type="nonNegativeInteger" use="required" />
|
||||||
<attribute name="text" type="normalizedString" use="required" />
|
<attribute name="translation" type="normalizedString" use="required" />
|
||||||
</complexType>
|
</complexType>
|
||||||
</element>
|
</element>
|
||||||
</sequence>
|
</sequence>
|
||||||
|
|||||||
+1
-1
@@ -35678,7 +35678,7 @@ public final class NpcStringId
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
node = nnmb.getNamedItem("text");
|
node = nnmb.getNamedItem("translation");
|
||||||
if (node == null)
|
if (node == null)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.WARNING, "NpcStringId: No text defined for NSID '" + nsId + "', lang '" + lang + "'.");
|
LOGGER.log(Level.WARNING, "NpcStringId: No text defined for NSID '" + nsId + "', lang '" + lang + "'.");
|
||||||
|
|||||||
+1
-1
@@ -17249,7 +17249,7 @@ public final class SystemMessageId
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
node = nnmb.getNamedItem("text");
|
node = nnmb.getNamedItem("translation");
|
||||||
if (node == null)
|
if (node == null)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.WARNING, "SystemMessageId: No text defined for SMID '" + smId + "', lang '" + lang + "'.");
|
LOGGER.log(Level.WARNING, "SystemMessageId: No text defined for SMID '" + smId + "', lang '" + lang + "'.");
|
||||||
|
|||||||
+10
-10
@@ -1,15 +1,15 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
||||||
<!-- Q00258 -->
|
<!-- Q00258 -->
|
||||||
<localisation id="25801" text="Φέρε δέρματα λύκων" />
|
<localisation id="25801" translation="Φέρε δέρματα λύκων" />
|
||||||
<localisation id="25802" text="Φέρε δέρματα λύκων (Σε εξέλιξη)" />
|
<localisation id="25802" translation="Φέρε δέρματα λύκων (Σε εξέλιξη)" />
|
||||||
<!-- Plains of Dion -->
|
<!-- Plains of Dion -->
|
||||||
<localisation id="99702" text="Τι κοιτάς;" />
|
<localisation id="99702" translation="Τι κοιτάς;" />
|
||||||
<localisation id="1000288" text="$s1! Πώς τολμάς να διακόπτεις τον αγώνα μας! Βοήθεια παιδιά!" />
|
<localisation id="1000288" translation="$s1! Πώς τολμάς να διακόπτεις τον αγώνα μας! Βοήθεια παιδιά!" />
|
||||||
<localisation id="1000388" text="$s1! Έ! Έχουμε μια μονομαχία εδώ!" />
|
<localisation id="1000388" translation="$s1! Έ! Έχουμε μια μονομαχία εδώ!" />
|
||||||
<localisation id="1000389" text="Η μονομαχία τελειώσε! Επίθεση!" />
|
<localisation id="1000389" translation="Η μονομαχία τελειώσε! Επίθεση!" />
|
||||||
<localisation id="1000390" text="Φάουλ! Σκοτώστε το δειλό!" />
|
<localisation id="1000390" translation="Φάουλ! Σκοτώστε το δειλό!" />
|
||||||
<localisation id="1000391" text="Πώς τολμάς να διακόπτεις μια ιερή μονομαχία! Πρέπει να πάρεις ένα μάθημα!" />
|
<localisation id="1000391" translation="Πώς τολμάς να διακόπτεις μια ιερή μονομαχία! Πρέπει να πάρεις ένα μάθημα!" />
|
||||||
<localisation id="1000392" text="Πέθανε, δειλέ!" />
|
<localisation id="1000392" translation="Πέθανε, δειλέ!" />
|
||||||
<localisation id="1000394" text="Σκοτώστε το δειλό!" />
|
<localisation id="1000394" translation="Σκοτώστε το δειλό!" />
|
||||||
</list>
|
</list>
|
||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/localisations.xsd">
|
||||||
<localisation id="34" text="Καλωσόρισες στον κόσμο του Lineage II." />
|
<localisation id="34" translation="Καλωσόρισες στον κόσμο του Lineage II." />
|
||||||
</list>
|
</list>
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
<element name="localisation" minOccurs="0" maxOccurs="unbounded">
|
<element name="localisation" minOccurs="0" maxOccurs="unbounded">
|
||||||
<complexType>
|
<complexType>
|
||||||
<attribute name="id" type="nonNegativeInteger" use="required" />
|
<attribute name="id" type="nonNegativeInteger" use="required" />
|
||||||
<attribute name="text" type="normalizedString" use="required" />
|
<attribute name="translation" type="normalizedString" use="required" />
|
||||||
</complexType>
|
</complexType>
|
||||||
</element>
|
</element>
|
||||||
</sequence>
|
</sequence>
|
||||||
|
|||||||
+1
-1
@@ -35924,7 +35924,7 @@ public final class NpcStringId
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
node = nnmb.getNamedItem("text");
|
node = nnmb.getNamedItem("translation");
|
||||||
if (node == null)
|
if (node == null)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.WARNING, "NpcStringId: No text defined for NSID '" + nsId + "', lang '" + lang + "'.");
|
LOGGER.log(Level.WARNING, "NpcStringId: No text defined for NSID '" + nsId + "', lang '" + lang + "'.");
|
||||||
|
|||||||
+1
-1
@@ -17390,7 +17390,7 @@ public final class SystemMessageId
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
node = nnmb.getNamedItem("text");
|
node = nnmb.getNamedItem("translation");
|
||||||
if (node == null)
|
if (node == null)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.WARNING, "SystemMessageId: No text defined for SMID '" + smId + "', lang '" + lang + "'.");
|
LOGGER.log(Level.WARNING, "SystemMessageId: No text defined for SMID '" + smId + "', lang '" + lang + "'.");
|
||||||
|
|||||||
Reference in New Issue
Block a user