All translations

Jump to navigation Jump to search

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)<syntaxhighlight lang="xml" line>
<smart-house>
   <web-pages>
       <page url="https://google.com" image="a" label="Google" text="Google"/>
       <page url="https://web.telegram.org/" image="chat" label="Chat" text="Telegram"/>
   </web-pages>
</smart-house/>
</syntaxhighlight>
where:
*url – url of web page
*image – png file name from folder menu-right/ ("menu-right/" and ".png" will be added automatically)
*label – description in menu
*text – text in web-page-panel
 h русский (ru)<syntaxhighlight lang="xml" line>
<smart-house>
   <web-pages>
       <page url="https://google.com" image="a" label="Google" text="Google"/>
       <page url="https://web.telegram.org/" image="chat" label="Chat" text="Telegram"/>
   </web-pages>
</smart-house/>
</syntaxhighlight>
где:
*url – адрес веб-страницы
*image – имя файла png из папки menu-right/ ("menu-right/" и ".png" будут добавлены автоматически)
*label – описание в меню
*text – текст в веб-панели