Difference between revisions of "Translations:Custom web pages/2/ru"

From Larnitech wiki page
Jump to navigation Jump to search
(Created page with "<syntaxhighlight lang="xml" line> <smart-house> <web-pages> <page url="https://google.com" image="a" label="Google" text="Google"/> <page url="https://web....")
(No difference)

Revision as of 13:37, 24 January 2022

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Custom web pages)
<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
Translation<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 – адрес веб-страницы
*image – имя файла png из папки menu-right/ ("menu-right/" и ".png" будут добавлены автоматически)
*label – описание в меню
*text – текст в веб-панели
1<smart-house>
2    <web-pages>
3        <page url="https://google.com" image="a" label="Google" text="Google"/>
4        <page url="https://web.telegram.org/" image="chat" label="Chat" text="Telegram"/>
5    </web-pages>
6</smart-house/>

where:

  • url – адрес веб-страницы
  • image – имя файла png из папки menu-right/ ("menu-right/" и ".png" будут добавлены автоматически)
  • label – описание в меню
  • text – текст в веб-панели