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....")
 
 
Line 7: Line 7:
 
</smart-house/>
 
</smart-house/>
 
</syntaxhighlight>
 
</syntaxhighlight>
where:
+
где:
 
*url – адрес веб-страницы
 
*url – адрес веб-страницы
 
*image – имя файла png из папки menu-right/ ("menu-right/" и ".png" будут добавлены автоматически)
 
*image – имя файла png из папки menu-right/ ("menu-right/" и ".png" будут добавлены автоматически)
 
*label – описание в меню
 
*label – описание в меню
 
*text – текст в веб-панели
 
*text – текст в веб-панели

Latest revision as of 12:58, 2 February 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>
где:
*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/>

где:

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