diff --git a/locale.xml b/locale.xml index d3f91f2740aea1a5784ce66768dc72c6d94c5535..cabaf18a63038e9b182e75d0a5852b089836a1ec 100644 --- a/locale.xml +++ b/locale.xml @@ -7,7 +7,7 @@ <en><![CDATA[QUIQQER - CKEditor integration]]></en> </locale> <locale name="package.description"> - <de><![CDATA[Integration den CKEditor in QUIQQER.]]></de> + <de><![CDATA[Integration des CKEditor in QUIQQER.]]></de> <en><![CDATA[Integrate the CKEditor into QUIQQER.]]></en> </locale> <locale name="exception.plugin.activate.plugin.not.found"> diff --git a/package.xml b/package.xml index 8a9c33210dbb2dc14210bc8775830881b5d7a705..c599b54077cb46eda0717f78a25893f19d6991dd 100644 --- a/package.xml +++ b/package.xml @@ -1,15 +1,28 @@ <quiqqer> <package> <title> - <locale group="quiqqer/quiqqer" var="package.title"/> + <locale group="quiqqer/ckeditor4" var="package.title"/> </title> <description> - <locale group="quiqqer/quiqqer" var="package.description"/> + <locale group="quiqqer/ckeditor4" var="package.description"/> </description> + <support> + <email>support@pcsg.de</email> + <forum>https://community.quiqqer.com</forum> + <source>https://dev.quiqqer.com/quiqqer/ckeditor4</source> + <issues>https://dev.quiqqer.com/quiqqer/ckeditor4/issues</issues> + <wiki></wiki> + </support> + <allowedPaths> <path>URL_OPT_DIR/ckeditor/ckeditor/</path> </allowedPaths> + + <copyright> + <name><![CDATA[PCSG - Computer & Internet Service OHG]]></name> + <license></license> + </copyright> </package> </quiqqer> \ No newline at end of file