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

[TASK] Change layout items

parent 6d7521df
No related branches found
No related tags found
1 merge request!5Feature layout settings
...@@ -56,12 +56,12 @@ ...@@ -56,12 +56,12 @@
<numIndex index="1">default</numIndex> <numIndex index="1">default</numIndex>
</numIndex> </numIndex>
<numIndex index="1" type="array"> <numIndex index="1" type="array">
<numIndex index="0">LLL:EXT:sg_youtube/Resources/Private/Language/locallang.xlf:flexform.layout.horizontal</numIndex> <numIndex index="0">LLL:EXT:sg_youtube/Resources/Private/Language/locallang.xlf:flexform.layout.rows</numIndex>
<numIndex index="1">horizontal</numIndex> <numIndex index="1">vertical</numIndex>
</numIndex> </numIndex>
<numIndex index="2" type="array"> <numIndex index="2" type="array">
<numIndex index="0">LLL:EXT:sg_youtube/Resources/Private/Language/locallang.xlf:flexform.layout.vertical</numIndex> <numIndex index="0">LLL:EXT:sg_youtube/Resources/Private/Language/locallang.xlf:flexform.layout.playlist</numIndex>
<numIndex index="1">vertical</numIndex> <numIndex index="1">playlist</numIndex>
</numIndex> </numIndex>
</items> </items>
</config> </config>
......
...@@ -49,13 +49,13 @@ ...@@ -49,13 +49,13 @@
<source><![CDATA[Default]]></source> <source><![CDATA[Default]]></source>
<target><![CDATA[Standard]]></target> <target><![CDATA[Standard]]></target>
</trans-unit> </trans-unit>
<trans-unit id="flexform.layout.horizontal" approved="yes"> <trans-unit id="flexform.layout.rows" approved="yes">
<source><![CDATA[List horizontally]]></source> <source><![CDATA[Rows]]></source>
<target><![CDATA[Horizontale Auflistung]]></target> <target><![CDATA[Zeilen]]></target>
</trans-unit> </trans-unit>
<trans-unit id="flexform.layout.vertical" approved="yes"> <trans-unit id="flexform.layout.playlist" approved="yes">
<source><![CDATA[List vertically]]></source> <source><![CDATA[Playlist]]></source>
<target><![CDATA[Vertikale Auflistung]]></target> <target><![CDATA[Playlist]]></target>
</trans-unit> </trans-unit>
<trans-unit id="flexform.maxResults" approved="yes"> <trans-unit id="flexform.maxResults" approved="yes">
<source><![CDATA[Maximum Amount]]></source> <source><![CDATA[Maximum Amount]]></source>
......
...@@ -38,11 +38,11 @@ ...@@ -38,11 +38,11 @@
<trans-unit id="flexform.layout.default"> <trans-unit id="flexform.layout.default">
<source><![CDATA[Default]]></source> <source><![CDATA[Default]]></source>
</trans-unit> </trans-unit>
<trans-unit id="flexform.layout.horizontal"> <trans-unit id="flexform.layout.rows">
<source><![CDATA[List horizontally]]></source> <source><![CDATA[Rows]]></source>
</trans-unit> </trans-unit>
<trans-unit id="flexform.layout.vertical"> <trans-unit id="flexform.layout.playlist">
<source><![CDATA[List vertically]]></source> <source><![CDATA[Playlist]]></source>
</trans-unit> </trans-unit>
<trans-unit id="flexform.maxResults"> <trans-unit id="flexform.maxResults">
<source><![CDATA[Maximum Amount]]></source> <source><![CDATA[Maximum Amount]]></source>
......
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