diff --git a/sources/ElementsCollection/xmlelementcollection.cpp b/sources/ElementsCollection/xmlelementcollection.cpp index 1267e1411..fe075c144 100644 --- a/sources/ElementsCollection/xmlelementcollection.cpp +++ b/sources/ElementsCollection/xmlelementcollection.cpp @@ -62,6 +62,10 @@ XmlElementCollection::XmlElementCollection(QETProject *project) : names.addName("ca", "Elements importats"); names.addName("ro", "Elemente importate"); names.addName("tr", QString(turkish_data, 12)); + names.addName("da", "Importerede elementer"); + names.addName("hr", "Uvezeni elementi"); + names.addName("sl", "Uvoženi elementi"); + import.appendChild(names.toXml(m_dom_document)); }