From d3d7e6af3b882bc244b81d4afb704aa9ce503634 Mon Sep 17 00:00:00 2001
From: Michael Danielczok <michael@pcsg.de>
Date: Tue, 29 Oct 2024 14:15:45 +0100
Subject: [PATCH] docs: improve readme and locale

---
 README.md  | 10 +++++++---
 locale.xml | 31 +++++++++----------------------
 2 files changed, 16 insertions(+), 25 deletions(-)

diff --git a/README.md b/README.md
index e21d1d3..0bc90b1 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,9 @@
 
 QUIQQER Timeline
 ========
-Timline and roadmap for your project.
+This package provides a collection of templates designed 
+for easy creation of visually appealing timelines and roadmaps, 
+making it simple to showcase progress, project stages, and historical events.
 
 Package Name:
 
@@ -11,8 +13,10 @@ Package Name:
 
 Features
 --------
-- Timline template with content and icon (image)
-- Responsive
+- Timeline template with content and icon (image)
+- Timelines templates are responsive
+- Site type "Timeline". The page will list all its subpages in the form of a timeline
+- Brick "Timeline". You can show selected sites as entries in the timeline.
 
 
 Installation
diff --git a/locale.xml b/locale.xml
index a17011b..b92a783 100644
--- a/locale.xml
+++ b/locale.xml
@@ -4,30 +4,20 @@
         <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>
+            <de><![CDATA[Das Paket ermöglicht das einfache Erstellen von Timelines oder Roadmaps.]]></de>
+            <en><![CDATA[This package contains templates for easily creating timelines and roadmaps.]]></en>
         </locale>
 
         <!-- timeline -->
         <locale name="admin.types.timeline">
             <de><![CDATA[Timeline]]></de>
             <en><![CDATA[Timeline]]></en>
-            <pl><![CDATA[Linnia czasu]]></pl>
         </locale>
         <locale name="admin.types.timeline.desc">
-            <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>
+            <de><![CDATA[Die Seite wird alle ihre Unterseiten in Form einer Timeline auflisten. Um ein gutes Ergebnis zu erzielen, ist es notwendig, jede Unterseite mit einem Titel, einer Kurzbeschreibung und einem Icon oder Seitenbild zu versehen.]]></de>
+            <en><![CDATA[The page will list all its subpages in the form of a timeline. To achieve good results, it is necessary to provide each subpage with a title, a short description, and an icon or page image.]]></en>
         </locale>
 
         <!--  timeline brick  -->
@@ -37,8 +27,8 @@
         </locale>
 
         <locale name="brick.timeline.description">
-            <de><![CDATA[Erstelle ohne Aufwand Timelines oder Roadmaps.]]></de>
-            <en><![CDATA[Create timelines or roadmaps without effort.]]></en>
+            <de><![CDATA[Erstelle mĂĽhelos Timelines oder Roadmaps.]]></de>
+            <en><![CDATA[Easily create timelines or roadmaps.]]></en>
         </locale>
         <locale name="brick.timeline.setting.site">
             <de><![CDATA[Seite(n) auswählen]]></de>
@@ -89,7 +79,6 @@
         <locale name="timeline.settings.title">
             <de><![CDATA[Timeline: Einstellungen]]></de>
             <en><![CDATA[Timeline: settings]]></en>
-            <pl><![CDATA[Timeline: ustawienia]]></pl>
         </locale>
 
         <!-- template / display -->
@@ -99,16 +88,14 @@
             <pl><![CDATA[Template]]></pl>
         </locale>
         <locale name="timeline.display.VerticalBothSides">
-            <de><![CDATA[Verticale Linnie mit Inhalt und Icon (Bild)]]></de>
-            <en><![CDATA[Vertical timeline wiht content and icon (image)]]></en>
-            <pl><![CDATA[Wertykalna linnia czasu z treścią i ikona (obrazkiem)]]></pl>
+            <de><![CDATA[Vertikale Linnie mit Inhalt und Icon (Bild)]]></de>
+            <en><![CDATA[Vertical timeline with content and icon (image)]]></en>
         </locale>
 
         <!-- show url -->
         <locale name="timeline.showLinks">
             <de><![CDATA[Links zu den Seiten anzeigen?]]></de>
-            <en><![CDATA[Show hyerlinks for each site?]]></en>
-            <pl><![CDATA[]]></pl>
+            <en><![CDATA[Show links to the pages?]]></en>
         </locale>
 
         <!-- image fit -->
-- 
GitLab