diff --git a/bricks.xml b/bricks.xml index 9ecf5a00db08cec2d857746036a5f0fea77517ea..4b4ad5af9813f6edc910e13adf3ee3d670cefa62 100644 --- a/bricks.xml +++ b/bricks.xml @@ -20,6 +20,27 @@ </description> </brick> + <brick control="\QUI\Controls\LangSwitch"> + <title> + <locale group="quiqqer/bricks" var="brick.control.langSwitch.title" /> + </title> + <description> + <locale group="quiqqer/bricks" var="brick.control.langSwitch.description" /> + </description> + + <settings> + <setting name="showFlags" class="checkbox"> + <locale group="quiqqer/bricks" var="brick.control.navigation.setting.showFlags" /> + </setting> + <setting name="showText" type="checkbox"> + <locale group="quiqqer/bricks" var="brick.control.navigation.setting.showText" /> + </setting> + <setting name="DropDown" type="checkbox"> + <locale group="quiqqer/bricks" var="brick.control.navigation.setting.DropDown" /> + </setting> + </settings> + </brick> + <brick control="\QUI\Controls\Navigation"> <title> <locale group="quiqqer/bricks" var="brick.control.navigation.title" /> @@ -41,5 +62,4 @@ </settings> </brick> </bricks> - -</quiqqer> +</quiqqer> \ No newline at end of file diff --git a/locale.xml b/locale.xml index 084ab4dc09817afb8437d4e15a8ae906c690c13e..f279dee0b2c1f60d271e4efe31207e8904262bc6 100644 --- a/locale.xml +++ b/locale.xml @@ -57,6 +57,28 @@ <en><![CDATA[Navigation levels]]></en> </locale> + <locale name="brick.control.langSwitch.title"> + <de><![CDATA[Baustein:Sprachenwechsel]]></de> + <en><![CDATA[Brick:Lang switch]]></en> + </locale> + <locale name="brick.control.langSwitch.description"> + <de><![CDATA[]]></de> + <en><![CDATA[]]></en> + </locale> + <locale name="brick.control.navigation.setting.showFlags"> + <de><![CDATA[Flaggen anzeigen]]></de> + <en><![CDATA[Show the flags]]></en> + </locale> + <locale name="brick.control.navigation.setting.showText"> + <de><![CDATA[Text anzeigen]]></de> + <en><![CDATA[Show the text]]></en> + </locale> + <locale name="brick.control.navigation.setting.DropDown"> + <de><![CDATA[Flaggen DropDown Anzeige]]></de> + <en><![CDATA[Flag DropDown view]]></en> + </locale> + + <locale name="area.window.title"> <de><![CDATA[Baustein-Zonen]]></de> <en><![CDATA[Brick areas]]></en>