Skip to content
Snippets Groups Projects
Commit 45ae43e9 authored by Michael Kessler's avatar Michael Kessler
Browse files

[TASK] Add info description to layouts

parent 4c54c5c4
No related branches found
No related tags found
1 merge request!30Feature latest news slider
This commit is part of merge request !30. Comments created here will be created in the context of that merge request.
......@@ -120,6 +120,7 @@
<settings.layout>
<TCEforms>
<label>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.layout</label>
<description>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.layout.description</description>
<onChange>reload</onChange>
<config>
<type>select</type>
......
......@@ -129,6 +129,10 @@
<source><![CDATA[The number of columns. (1-3)]]></source>
<target><![CDATA[Die Anzahl an Spalten. (1-3)]]></target>
</trans-unit>
<trans-unit id="plugin.flexForm.layout.description" approved="yes">
<source><![CDATA[Layouts have to be implemented to be effective.]]></source>
<target><![CDATA[Layouts müssen implementiert sein um Auswirkungen am Design zu sehen.]]></target>
</trans-unit>
<trans-unit id="plugin.flexForm.layout.navigation" approved="yes">
<source><![CDATA[Navigation dots]]></source>
<target><![CDATA[Navigationspunkte]]></target>
......
......@@ -99,6 +99,9 @@
<trans-unit id="plugin.flexForm.layout.columns.description">
<source><![CDATA[The number of columns. (1-3)]]></source>
</trans-unit>
<trans-unit id="plugin.flexForm.layout.description">
<source><![CDATA[Layouts have to be implemented to be effective.]]></source>
</trans-unit>
<trans-unit id="plugin.flexForm.layout.navigation">
<source><![CDATA[Navigation dots]]></source>
</trans-unit>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment