From 90e8705063481fb5695f198bb01725a5755da803 Mon Sep 17 00:00:00 2001
From: "michael.daniel" <michael.danielczok@gmail.com>
Date: Sat, 25 Nov 2017 18:07:53 +0100
Subject: [PATCH] =?UTF-8?q?refactor:=20=C3=9Cbersetzungen=20erg=C3=A4nzt.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 locale.xml                                    | 21 +++++++++---
 package.xml                                   | 33 +++++++++++++++++++
 .../Controls/Timeline.VerticalBothSides.html  |  2 +-
 3 files changed, 50 insertions(+), 6 deletions(-)
 create mode 100644 package.xml

diff --git a/locale.xml b/locale.xml
index b23c002..900a65e 100644
--- a/locale.xml
+++ b/locale.xml
@@ -4,14 +4,18 @@
         <locale name="package.title">
             <de><![CDATA[QUIQQER - Timeline]]></de>
             <en><![CDATA[QUIQQER - Timeline]]></en>
+            <en><![CDATA[QUIQQER - Linia czasu]]></en>
         </locale>
         <locale name="package.description" html="true">
             <de><![CDATA[
-                (...)
+                Das Paket ermöglicht das einfache Erstellen von Timelines oder Roadmaps.
             ]]></de>
             <en><![CDATA[
-                (...)
+                The package allows you to easily create timelines or roadmaps.
             ]]></en>
+            <pl><![CDATA[
+                Za pomocÄ… tego rozszerzenia moĹĽliwe jest szybie i proste dodanie do Twojego projekt dtzw. linni czasu albo "road map".
+            ]]></pl>
         </locale>
 
         <!-- timeline -->
@@ -21,9 +25,9 @@
             <pl><![CDATA[Linnia czasu]]></pl>
         </locale>
         <locale name="admin.types.timeline.desc">
-            <de><![CDATA[(...)]]></de>
-            <en><![CDATA[(...)]]></en>
-            <pl><![CDATA[(...)]]></pl>
+            <de><![CDATA[Die Seite wird alle ihre Unterseite in Form von einer Timeline auflisten. Um gutes Ergebnis zu bekommen ist es notwendig, jede Unterseite mit Titel, Kurzbeschreibung und einer Icon bzw. Seitenbild zu versehen.]]></de>
+            <en><![CDATA[This site type will list all of its subpages in the form of a timline. It is necessary to add a title, short description and an icon or page image to each subpage.]]></en>
+            <pl><![CDATA[Ta strona wylistuje wszystkie jej podstrony w formie tzw. linni czasowej. Żeby uzyskać najlepszy efekt, musisz ustawić każdej stronie tytuł, krótki opis oraz ikonę lub obrazek.]]></pl>
         </locale>
 
     </groups>
@@ -62,5 +66,12 @@
             <pl><![CDATA[STEP]]></pl>
         </locale>
 
+        <!-- more button -->
+        <locale name="timeline.more">
+            <de><![CDATA[mehr]]></de>
+            <en><![CDATA[more]]></en>
+            <pl><![CDATA[więcej]]></pl>
+        </locale>
+
     </groups>
 </locales>
\ No newline at end of file
diff --git a/package.xml b/package.xml
new file mode 100644
index 0000000..b483a79
--- /dev/null
+++ b/package.xml
@@ -0,0 +1,33 @@
+<quiqqer>
+    <package>
+        <title>
+            <locale group="quiqqer/timeline" var="package.title"/>
+        </title>
+
+        <description>
+            <locale group="quiqqer/timeline" var="package.description"/>
+        </description>
+
+        <image src="URL_OPT_DIR/quiqqer/timeline/bin/images/Logo.jpg"/>
+
+        <preview>
+            <image src="URL_OPT_DIR/quiqqer/timeline/bin/images/preview/1.jpg"/>
+            <image src="URL_OPT_DIR/quiqqer/timeline/bin/images/preview/2.jpg"/>
+        </preview>
+
+
+        <support>
+            <email>support@pcsg.de</email>
+            <forum>https://community.quiqqer.com</forum>
+            <source>https://dev.quiqqer.com/quiqqer/timeline</source>
+            <issues>https://dev.quiqqer.com/quiqqer/timeline/issues</issues>
+            <wiki>https://dev.quiqqer.com/quiqqer/timeline/wikis/home</wiki>
+        </support>
+
+        <copyright>
+            <name><![CDATA[PCSG - Computer & Internet Service OHG]]></name>
+            <license>PCSG QL-1.0</license>
+            <license>CC BY-NC-SA 4.0</license>
+        </copyright>
+    </package>
+</quiqqer>
\ No newline at end of file
diff --git a/src/QUI/Timeline/Controls/Timeline.VerticalBothSides.html b/src/QUI/Timeline/Controls/Timeline.VerticalBothSides.html
index 5a8a707..3c412a4 100644
--- a/src/QUI/Timeline/Controls/Timeline.VerticalBothSides.html
+++ b/src/QUI/Timeline/Controls/Timeline.VerticalBothSides.html
@@ -72,7 +72,7 @@
                     {if $showLinks}
                     <a itemprop="url" href="{url site=$Child}"
                        class="timeline-entry-desc-link">
-                        {locale group="quiqqer/sitetypes" value="list.more"}
+                        {locale group="quiqqer/timeline" value="timeline.more"}
                     </a>
                     {/if}
                 </p>
-- 
GitLab