diff --git a/Configuration/FlexForms/flexform_sgyoutube_youtube.xml b/Configuration/FlexForms/flexform_sgyoutube_youtube.xml index 30113d661072f43d0ee233fb2bd3cb02394171bc..1d1227969ddb469fb8079bd93a024de133875465 100644 --- a/Configuration/FlexForms/flexform_sgyoutube_youtube.xml +++ b/Configuration/FlexForms/flexform_sgyoutube_youtube.xml @@ -44,6 +44,30 @@ </TCEforms> </settings.maxResults> + <settings.layout> + <TCEforms> + <label>LLL:EXT:sg_youtube/Resources/Private/Language/locallang.xlf:flexform.layout</label> + <config> + <type>select</type> + <renderType>selectSingle</renderType> + <items type="array"> + <numIndex index="0" type="array"> + <numIndex index="0">LLL:EXT:sg_youtube/Resources/Private/Language/locallang.xlf:flexform.layout.default</numIndex> + <numIndex index="1">default</numIndex> + </numIndex> + <numIndex index="1" type="array"> + <numIndex index="0">LLL:EXT:sg_youtube/Resources/Private/Language/locallang.xlf:flexform.layout.horizontal</numIndex> + <numIndex index="1">horizontal</numIndex> + </numIndex> + <numIndex index="2" type="array"> + <numIndex index="0">LLL:EXT:sg_youtube/Resources/Private/Language/locallang.xlf:flexform.layout.vertical</numIndex> + <numIndex index="1">vertical</numIndex> + </numIndex> + </items> + </config> + </TCEforms> + </settings.layout> + <settings.showTitle> <TCEforms> <exclude>0</exclude> diff --git a/Resources/Private/Language/de.locallang.xlf b/Resources/Private/Language/de.locallang.xlf index e0158468ac90629e89214929921cbd32c0133cb6..068b7834f90f6d89ab4ef48769b90c51811882f4 100644 --- a/Resources/Private/Language/de.locallang.xlf +++ b/Resources/Private/Language/de.locallang.xlf @@ -41,6 +41,22 @@ <source><![CDATA[ID of Channel (UC), Playlist (PL) or Single Video (youtube.com/watch?v=%ID%)]]></source> <target><![CDATA[ID eines Channels (UC), einer Playlist (PL) oder eines einzelnen Videos (youtube.com/watch?v=%ID%)]]></target> </trans-unit> + <trans-unit id="flexform.layout" approved="yes"> + <source><![CDATA[Layout Style]]></source> + <target><![CDATA[Layout-Art]]></target> + </trans-unit> + <trans-unit id="flexform.layout.default" approved="yes"> + <source><![CDATA[Default]]></source> + <target><![CDATA[Standard]]></target> + </trans-unit> + <trans-unit id="flexform.layout.horizontal" approved="yes"> + <source><![CDATA[List horizontally]]></source> + <target><![CDATA[Horizontale Auflistung]]></target> + </trans-unit> + <trans-unit id="flexform.layout.vertical" approved="yes"> + <source><![CDATA[List vertically]]></source> + <target><![CDATA[Vertikale Auflistung]]></target> + </trans-unit> <trans-unit id="flexform.maxResults" approved="yes"> <source><![CDATA[Maximum Amount]]></source> <target><![CDATA[Maximale Anzahl]]></target> diff --git a/Resources/Private/Language/locallang.xlf b/Resources/Private/Language/locallang.xlf index 33ccb8607b24396a28f6333446f4ec0aa7613fb0..24e057ce89e1e79cbcdfc7c823389c45eb3ffe67 100644 --- a/Resources/Private/Language/locallang.xlf +++ b/Resources/Private/Language/locallang.xlf @@ -32,6 +32,18 @@ <trans-unit id="flexform.id"> <source><![CDATA[ID of Channel (UC), Playlist (PL) or Single Video (youtube.com/watch?v=%ID%)]]></source> </trans-unit> + <trans-unit id="flexform.layout"> + <source><![CDATA[Layout Style]]></source> + </trans-unit> + <trans-unit id="flexform.layout.default"> + <source><![CDATA[Default]]></source> + </trans-unit> + <trans-unit id="flexform.layout.horizontal"> + <source><![CDATA[List horizontally]]></source> + </trans-unit> + <trans-unit id="flexform.layout.vertical"> + <source><![CDATA[List vertically]]></source> + </trans-unit> <trans-unit id="flexform.maxResults"> <source><![CDATA[Maximum Amount]]></source> </trans-unit>