diff --git a/locale.xml b/locale.xml index b23c002d8c92a125c705a4b58a11a07d62f84a10..900a65e8986e12b40dfd05e66714a78fbc8a9275 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 0000000000000000000000000000000000000000..b483a79af18a65bab5bcbd36250e8b5c0a6573ea --- /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 5a8a7074407e726be87d8dd83618f6c62f3cc665..3c412a472a68f10f184d124c2db7ff0f1dcf5270 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>